Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/template.php | apply_filters | 102 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array|string | $args | An array or string of arguments. |
int | $post_id | The post ID. |