wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_terms_checklist_args › WordPress Filter Hooks

Since3.4.0
Deprecatedn/a
apply_filters( 'wp_terms_checklist_args', $args, $post_id )
Parameters: (2)
  • (array|string) $args An array or string of arguments.
    Required: Yes
  • (int) $post_id The post ID.
    Required: Yes
Defined at:
Codex:

Filters the taxonomy terms checklist arguments.





Source

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