Learndash_Admin_Posts_Listing::disable_categories_dropdown( bool $disable_show_taxonomies, string $post_type = '' )
Disable the default WordPress logic to display the post type taxonomies.
Description Description
Parameters Parameters
- $disable_show_taxonomies
-
(Required) Bypass check to not show default taxonomy filters.
- $post_type
-
(Optional) Post Type being displayed.
Default value: ''
Return Return
(bool.)
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
Version | Description |
---|---|
3.2.3 | Introduced. |