wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



pre_category_nicename › WordPress Filter Hooks

Da2.0.3
Deprecaton/a
apply_filters( 'pre_category_nicename', $value )
Parametri:
  • (string) $value The category nicename.
    Richiesto:
Definito a:
Codex:

Filters the category nicename before it is sanitized.

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





Sorgenti

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