wp_terms_checklist_args WordPress Filter Hook

The wp_terms_checklist_args hook allows you to modify the arguments passed to the wp_terms_checklist function. This can be useful if you need to change the way the checklist is generated or if you want to add custom functionality.

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



Top ↑

Changelog

Changelog
VersionDescription
3.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.