filtrod 3.9.0
customizer_widgets_section_args
Opis — z kodu źródłowego
Filters Customizer widget section arguments for a given sidebar.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$section_args | array | Array of Customizer widget section arguments. |
$section_id | string | Customizer section ID. |
$sidebar_id | int | string | Sidebar ID. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'customizer_widgets_section_args', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'customizer_widgets_section_args', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii