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

Filters the taxonomy terms checklist arguments.


Description

See also


Parameters

$args

(array) An array of arguments.

$post_id

(int) The post ID.


Source

File: wp-admin/includes/template.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.4.0 Introduced.