WP HOOKS
filtrod 6.8.0

is_post_embeddable

Args 2Plik wp-includes/post.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filter whether a post is embeddable.

Parametry

ParametrTypOpis
$is_embeddableboolWhether the post is embeddable.
$post\WP_PostPost object.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'is_post_embeddable', 'twoja_funkcja', 10, 2 );

function twoja_funkcja($param_1, $param_2) {
	// Twój kod
}

Popularne w tej kategorii