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.


Description Description


Parameters 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.


Top ↑

Source Source

File: wp-includes/post.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.