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
File: wp-admin/includes/template.php
.
View all references
$params = apply_filters( 'wp_terms_checklist_args', $args, $post_id );
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
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.