Browse: Home / Classes / Learndash_Admin_Posts_Listing /

Learndash_Admin_Posts_Listing::disable_categories_dropdown

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 #


Parameters #

$disable_show_taxonomies

(bool) (Required) Bypass check to not show default taxonomy filters.

$post_type

(string) (Optional) Post Type being displayed.

Default value: ''


Return #

(bool.)


Source #

File: includes/admin/class-learndash-admin-posts-listing.php


Changelog #

Changelog
Version Description
3.2.3 Introduced.