filtrod 2.7.0
sidebars_widgets
Opis — z kodu źródłowego
Filters the list of sidebars and their widgets.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$sidebars_widgets | array | An associative array of sidebars and their widgets. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'sidebars_widgets', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'sidebars_widgets', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii