WP HOOKS
filtrod 4.9.0

get_the_post_type_description

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

Opis — z kodu źródłowego

Filters the description for a post type archive.

Parametry

ParametrTypOpis
$descriptionstringThe post type description.
$post_type_obj\WP_Post_TypeThe post type object.

Wywołanie

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

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

Popularne w tej kategorii