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

In this article

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

VersionDescription
6.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.