Filters the taxonomy terms checklist arguments.
Description
See also
Parameters
$argsarray|string- An array or string of arguments.
$post_idint- The post ID.
Source
$params = apply_filters( 'wp_terms_checklist_args', $args, $post_id ); Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
This hook seems to have been obsoleted by WordPress 5.0.0. Using this hook to provide a custom Walker class has no effect on the output of a list of term checkboxes in the block editor.