WP HOOKS
filtrod 3.1.0

post_type_archive_link

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

Opis — z kodu źródłowego

Filters the post type archive permalink.

Parametry

ParametrTypOpis
$linkstringThe post type archive permalink.
$post_typestringPost type name.

Wywołanie

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

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

Popularne w tej kategorii