filtrod 4.7.3
get_header_video_url
Opis — z kodu źródłowego
Filters the header video URL.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$url | string | Header video URL, if available. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'get_header_video_url', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'get_header_video_url', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii