Filters the category nicename before it is sanitized.
Description
Use the ‘pre_$taxonomy_$field’ hook instead.
Parameters
$value
string- The category nicename.
Source
$value = apply_filters( 'pre_category_nicename', $value );
Changelog
Version | Description |
---|---|
2.0.3 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.