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

Filters the taxonomy terms checklist arguments.


Description

See also


Parameters

$args

An array or string of arguments.

$post_id

The post ID.


Source

File: wp-admin/includes/template.php

View on GitHub



Changelog

Changelog
Version Description
3.4.0 Introduced.