WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_category_nicename

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/taxonomy.php apply_filters 1776 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $value The category nicename.