wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_unique_post_slug_is_bad_flat_slug › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'wp_unique_post_slug_is_bad_flat_slug', false, $slug, $post_type )
Parameters: (3)
  • () bad_slug Whether the post slug would be bad as a flat slug.
    Required: Yes
  • () slug The post slug.
    Required: Yes
  • () post_type Post type.
    Required: Yes
Defined at:
Codex:

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





Source

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