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

VersionDescription
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.