apply_filters( 'wp_terms_checklist_args', array|string $args, int $post_id )

Filters the taxonomy terms checklist arguments.


Description

Top ↑

See also


Top ↑

Parameters

$args array|string
An array or string of arguments.
$post_id int
The post ID.

Top ↑

Source

File: wp-admin/includes/template.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.4.0 Introduced.

Top ↑

User Contributed Notes

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