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 on GitHub


Changelog

Changelog
Version Description
3.4.0 Introduced.