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



edit_term_{$field} › WordPress过滤钩子

Since2.3.0
已弃用n/a
apply_filters( "edit_term_{$field}", $value, $term_id, $taxonomy )
参数: (3)
  • (mixed) $value Value of the term field.
    Required: Yes
  • (int) $term_id Term ID.
    Required: Yes
  • (string) $taxonomy Taxonomy slug.
    Required: Yes
定义在:
文档:

Filters a term field to edit before it is sanitized.

The dynamic portion of the hook name, $field, refers to the term field.





源码

$value = apply_filters( "edit_term_{$field}", $value, $term_id, $taxonomy );