On this page
apply_filters( 'wp_terms_checklist_args', array|string $args, int $post_id )
Filters the taxonomy terms checklist arguments.
Description
See also
Parameters
$argsarray|string-
An array or string of arguments.
$post_idint-
The post ID.
Source
File: wp-admin/includes/template.php. View all references
$params = apply_filters( 'wp_terms_checklist_args', $args, $post_id );
Related
Used By
| Used By | Description |
|---|---|
| wp_terms_checklist() wp-admin/includes/template.php | Outputs an unordered list of checkbox input elements labelled with term names. |
Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_terms_checklist_args