WP HOOKS
filtrod 3.1.0

wp_unique_post_slug_is_bad_flat_slug

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

Opis — z kodu źródłowego

Filters whether the post slug would be bad as a flat slug.

Parametry

ParametrTypOpis
$bad_slugboolWhether the post slug would be bad as a flat slug.
$slugstringThe post slug.
$post_typestringPost type.

Wywołanie

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

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

Popularne w tej kategorii