Filters the unique term slug.
Parameters
$slug
string- Unique term slug.
$term
object- Term object.
$original_slug
string- Slug originally passed to the function for testing.
Source
return apply_filters( 'wp_unique_term_slug', $slug, $term, $original_slug );
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.