WP HOOKS
filtrod 4.4.0

oembed_request_post_id

Args 2Plik wp-includes/class-wp-oembed-controller.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the determined post ID.

Parametry

ParametrTypOpis
$post_idintThe post ID.
$urlstringThe 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
}

Popularne w tej kategorii