apply_filters( 'learndash_listing_taxonomies_hide_empty', bool $hide_empty , string $taxonomy_slug , string $post_type )
Filter to hide empty taxonomies.
Description Description
Parameters Parameters
- $hide_empty
-
True if the taxonomy selector/column should be shown if empty.
- $taxonomy_slug
-
The taxonomy slug.
- $post_type
-
The list tabl post type.
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.3 | Introduced. |