wpseek.com
A WordPress-centric search engine for devs and theme authors



pre_category_nicename › WordPress Filter Hooks

Since2.0.3
Deprecatedn/a
apply_filters( 'pre_category_nicename', $value )
Parameters:
  • (string) $value The category nicename.
    Required: Yes
Defined at:
Codex:

Filters the category nicename before it is sanitized.

Use the {@see 'pre$taxonomy$field'} hook instead.





Source

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