WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_unique_term_slug_is_bad_slug

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/taxonomy.php apply_filters 3054 /**
* Filters whether the proposed unique term slug is bad.
*
* @since 4.3.0
*
* @param bool $needs_suffix Whether the slug needs to be made unique with a suffix.
* @param string $slug The slug.
* @param object $term Term object.
*/

Hook Parameters

Parameter Type Name Description
bool $needs_suffix Whether the slug needs to be made unique with a suffix.
string $slug The slug.
object $term Term object.