W3cubDocs

/WordPress

apply_filters( ‘quick_edit_enabled_for_taxonomy’, bool $enable, string $taxonomy )

Filters whether Quick Edit should be enabled for the given taxonomy.

Parameters

$enablebool
Whether to enable the Quick Edit functionality. Default true.
$taxonomystring
Taxonomy name.

Source

$quick_edit_enabled = apply_filters( 'quick_edit_enabled_for_taxonomy', true, $taxonomy );

Changelog

Version Description
6.4.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/quick_edit_enabled_for_taxonomy