wordpress / latest / hooks / wp_unique_post_slug_is_bad_flat_slug.html

apply_filters( 'wp_unique_post_slug_is_bad_flat_slug', bool $bad_slug, string $slug, string $post_type )

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

Parameters

$bad_slug bool
Whether the post slug would be bad as a flat slug.
$slug string
The post slug.
$post_type string
Post type.

Source

File: wp-includes/post.php. View all references

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

Used By

Used By Description

Changelog

Version Description
3.1.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_unique_post_slug_is_bad_flat_slug