Filters whether the post slug would be bad as a flat slug.
Parameters
$bad_slugbool- Whether the post slug would be bad as a flat slug.
$slugstring- The post slug.
$post_typestring- Post type.
Source
$is_bad_flat_slug = apply_filters( 'wp_unique_post_slug_is_bad_flat_slug', false, $slug, $post_type );
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.