apply_filters( 'learndash_listing_taxonomies', array $object_taxonomies , array $post_type )
Filters admin listing table taxonomy filters.
Description Description
Parameters Parameters
- $object_taxonomies
-
An array of the names or objects of all taxonomies of all the listing post types.
- $post_type
-
Listing table post type.
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
Version | Description |
---|---|
3.2.3 | Introduced. |