filtrod 2.8.0
load_default_widgets
Opis — z kodu źródłowego
Filters whether to load the Widgets library.
Returning a falsey value from the filter will effectively short-circuit the Widgets library from loading.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$wp_maybe_load_widgets | bool | Whether to load the Widgets library. Default true. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'load_default_widgets', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'load_default_widgets', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii