apply_filters( ‘pre_category_nicename’, string $value )

In this article

Filters the category nicename before it is sanitized.

Description

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

Parameters

$valuestring
The category nicename.

Source

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

Changelog

VersionDescription
2.0.3Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.