Browse: Home / Hooks /

learndash_listing_taxonomies_hide_empty

apply_filters( 'learndash_listing_taxonomies_hide_empty',  bool $hide_empty,  string $taxonomy_slug,  string $post_type )

Filter to hide empty taxonomies.


Description #


Parameters #

$hide_empty

(bool) True if the taxonomy selector/column should be shown if empty.

$taxonomy_slug

(string) The taxonomy slug.

$post_type

(string) The list table post type.


Source #

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


Changelog #

Changelog
Version Description
3.2.3 Introduced.