WP HOOKS
filtrod 4.3.0

wp_unique_term_slug_is_bad_slug

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

Opis — z kodu źródłowego

Filters whether the proposed unique term slug is bad.

Parametry

ParametrTypOpis
$needs_suffixboolWhether the slug needs to be made unique with a suffix.
$slugstringThe slug.
$termobjectTerm object.

Wywołanie

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

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

Popularne w tej kategorii