wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_unique_term_slug_is_bad_slug › WordPress Filter Hooks

Seit4.3.0
Veraltetn/v
apply_filters( 'wp_unique_term_slug_is_bad_slug', $needs_suffix, $slug, $term )
Parameter: (3)
  • (bool) $needs_suffix Whether the slug needs to be made unique with a suffix.
    Erforderlich: Ja
  • (string) $slug The slug.
    Erforderlich: Ja
  • (object) $term Term object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the proposed unique term slug is bad.





Quellcode

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