apply_filters( "pre_category_nicename", string $value )

Filters the category nicename before it is sanitized.

Description

Use the ‘pre_$taxonomy_$field’ hook instead.

Parameters

$value

string

The category nicename.

Source

File: wp-includes/taxonomy.php.

View all references

$value = apply_filters( "pre_category_nicename", $value );

Leave a Reply

Your email address will not be published. Required fields are marked *