WP HOOKS
filtrod 1.5.0

get_the_guid

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

Opis — z kodu źródłowego

Filters the Global Unique Identifier (guid) of the post.

Parametry

ParametrTypOpis
$post_guidstringGlobal Unique Identifier (guid) of the post.
$post_idintThe post ID.

Wywołanie

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

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

Popularne w tej kategorii