apply_filters( 'wp_unique_term_slug_is_bad_slug', bool $needs_suffix , string $slug , object $term )
Filters whether the proposed unique term slug is bad.
Parameters
- $needs_suffix
-
Whether the slug needs to be made unique with a suffix.
- $slug
-
The slug.
- $term
-
Term object.
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
WP-4.3.0 | Introduced. |