filtrod 4.4.0
oembed_request_post_id
Opis — z kodu źródłowego
Filters the determined post ID.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$post_id | int | The post ID. |
$url | string | The requested URL. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'oembed_request_post_id', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'oembed_request_post_id', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii