filtrod 4.0.0
wp_list_comments_args
Opis — z kodu źródłowego
Filters the arguments used in retrieving the comment list.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$parsed_args | array | An array of arguments for displaying comments. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_list_comments_args', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'wp_list_comments_args', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii