Browse: Home / Hooks /

learndash_listing_taxonomies

apply_filters( 'learndash_listing_taxonomies',  array $object_taxonomies,  string $post_type )

Filters admin listing table taxonomy filters.


Description #


Parameters #

$object_taxonomies

(array) An array of the names or objects of all taxonomies of all the listing post types.

$post_type

(string) Listing table post type.


Source #

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


Changelog #

Changelog
Version Description
3.2.3 Introduced.