filtrod 3.6.0
wp_video_embed_handler
Opis — z kodu źródłowego
Filters the video embed handler callback.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$handler | callable | Video embed handler callback function. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_video_embed_handler', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'wp_video_embed_handler', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii