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



wp_unique_post_slug_is_bad_hierarchical_slug › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'wp_unique_post_slug_is_bad_hierarchical_slug', false, $slug, $post_type, $post_parent )
Parameters: (4)
  • () bad_slug Whether the post slug would be bad in a hierarchical post context.
    Required: Yes
  • () slug The post slug.
    Required: Yes
  • () post_type Post type.
    Required: Yes
  • () post_parent Post parent ID.
    Required: Yes
Defined at:
Codex:

Filters whether the post slug would make a bad hierarchical post slug.





Source

$is_bad_hierarchical_slug = apply_filters( 'wp_unique_post_slug_is_bad_hierarchical_slug', false, $slug, $post_type, $post_parent );