filtrod 2.8.0
widget_pages_args
Opis — z kodu źródłowego
Filters the arguments for the Pages widget.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$args | array | An array of arguments to retrieve the pages list. |
$instance | array | Array of settings for the current widget. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'widget_pages_args', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'widget_pages_args', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii