filtrreferencjaod 3.1.0
the_comments
Opis — z kodu źródłowego
Filters the comment query results.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$_comments | \WP_Comment[] | An array of comments. |
$query | \WP_Comment_Query | Current instance of WP_Comment_Query (passed by reference). |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'the_comments', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'the_comments', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii