Description
Filters the unique term slug.
Occurrences
Filename | Line Number |
---|---|
wp-includes/taxonomy.php | 3160 |
Parameters
Type | Name | Description |
---|---|---|
string | $slug | Unique term slug. |
object | $term | Term object. |
string | $original_slug | Slug originally passed to the function for testing. |
PHP Doc
/**
* Filters the unique term slug.
*
* @since 4.3.0
*
* @param string $slug Unique term slug.
* @param object $term Term object.
* @param string $original_slug Slug originally passed to the function for testing.
*/