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



terms_to_edit › WordPress过滤钩子

Since2.8.0
已弃用n/a
apply_filters( 'terms_to_edit', $terms_to_edit, $taxonomy )
参数: (2)
  • (string) $terms_to_edit A comma-separated list of term names.
    Required: Yes
  • (string) $taxonomy The taxonomy name for which to retrieve terms.
    Required: Yes
定义在:
文档:

Filters the comma-separated list of terms available to edit.





源码

$terms_to_edit = apply_filters( 'terms_to_edit', $terms_to_edit, $taxonomy );