Description
Filters the taxonomy terms checklist arguments.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/template.php | 102 |
Parameters
Type | Name | Description |
---|---|---|
array|string | $args | An array or string of arguments. |
int | $post_id | The post ID. |
PHP Doc
/**
* Filters the taxonomy terms checklist arguments.
*
* @since 3.4.0
*
* @see wp_terms_checklist()
*
* @param array|string $args An array or string of arguments.
* @param int $post_id The post ID.
*/