Description
Filters the category nicename before it is sanitized. Use the {@see 'pre_$taxonomy_$field'} hook instead.
Occurrences
Filename | Line Number |
---|---|
wp-includes/taxonomy.php | 1840 |
Parameters
Type | Name | Description |
---|---|---|
string | $value | The category nicename. |
PHP Doc
/**
* Filters the category nicename before it is sanitized.
*
* Use the {@see 'pre_$taxonomy_$field'} hook instead.
*
* @since 2.0.3
*
* @param string $value The category nicename.
*/