W3cubDocs

/WordPress

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

$params = apply_filters( 'wp_terms_checklist_args', $args, $post_id );

Changelog

Version Description
3.4.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_terms_checklist_args