filtrod 2.9.0
load_default_embeds
Opis — z kodu źródłowego
Filters whether to load the default embed handlers.
Returning a falsey value will prevent loading the default embed handlers.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$maybe_load_embeds | bool | Whether to load the embeds library. Default true. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'load_default_embeds', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'load_default_embeds', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii