wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_unique_term_slug_is_bad_slug › Filtr WordPress Hooks

Od4.3.0
Przestarzałyn/a
apply_filters( 'wp_unique_term_slug_is_bad_slug', $needs_suffix, $slug, $term )
Parametry: (3)
  • (bool) $needs_suffix Whether the slug needs to be made unique with a suffix.
    Wymagane: Tak
  • (string) $slug The slug.
    Wymagane: Tak
  • (object) $term Term object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether the proposed unique term slug is bad.





Źródło

if ( apply_filters( 'wp_unique_term_slug_is_bad_slug', $needs_suffix, $slug, $term ) ) {