wp_terms_checklist_args WordPress Filter Hook
The wp_terms_checklist_args hook allows you to modify the arguments passed to the wp_terms_checklist function. This can be useful if you need to change the way the checklist is generated or if you want to add custom functionality.
apply_filters( 'wp_terms_checklist_args', array|string $args , int $post_id ) #
Filters the taxonomy terms checklist arguments.
Description
See also
Parameters
- $args
(array|string)An array or string of arguments.
- $post_id
(int)The post ID.
Source
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |