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



wp_unique_post_slug_is_bad_flat_slug › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'wp_unique_post_slug_is_bad_flat_slug', false, $slug, $post_type )
Parameter: (3)
  • () bad_slug Whether the post slug would be bad as a flat slug.
    Erforderlich: Ja
  • () slug The post slug.
    Erforderlich: Ja
  • () post_type Post type.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

$is_bad_flat_slug = apply_filters( 'wp_unique_post_slug_is_bad_flat_slug', false, $slug, $post_type );