wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



pre_category_nicename › WordPress Filter Hooks

Seit2.0.3
Veraltetn/v
apply_filters( 'pre_category_nicename', $value )
Parameter:
  • () value The category nicename.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the category nicename before it is sanitized.

Use the {@see 'pre_$taxonomy_$field'} hook instead.




Quellcode

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