Filters whether Quick Edit should be enabled for the given taxonomy.
Parameters
$enable
bool- Whether to enable the Quick Edit functionality. Default true.
$taxonomy
string- Taxonomy name.
Source
$quick_edit_enabled = apply_filters( 'quick_edit_enabled_for_taxonomy', true, $taxonomy );
Changelog
Version | Description |
---|---|
6.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.