wpseek.com
WordPress开发者和主题制作者的搜索引擎



pre_category_nicename › WordPress过滤钩子

Since2.0.3
已弃用n/a
apply_filters( 'pre_category_nicename', $value )
参数:
  • (string) $value The category nicename.
    Required: Yes
定义在:
文档:

Filters the category nicename before it is sanitized.

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





源码

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