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



wp_terms_checklist_args › WordPress过滤钩子

Since3.4.0
已弃用n/a
apply_filters( 'wp_terms_checklist_args', $args, $post_id )
参数: (2)
  • (array|string) $args An array or string of arguments.
    Required: Yes
  • (int) $post_id The post ID.
    Required: Yes
定义在:
文档:

Filters the taxonomy terms checklist arguments.





源码

$params = apply_filters( 'wp_terms_checklist_args', $args, $post_id );