filtrod 2.9.0
embed_maybe_make_link
Opis — z kodu źródłowego
Filters the returned, maybe-linked embed URL.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$output | string | The linked or original URL. |
$url | string | The original URL. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'embed_maybe_make_link', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'embed_maybe_make_link', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii