Warning: This hook has been deprecated. Use ‘learndash_listing_taxonomies’ instead.
apply_filters_deprecated( 'learndash-admin-taxonomy-filters-display', array $object_taxonomies , array $post_types )
Filters admin settings taxonomy filters list.
Description Description
Parameters Parameters
- $object_taxonomies
-
An array of the names or objects of all taxonomies of all the listing post types.
- $post_types
-
An array of listing post types.
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
Version | Description |
---|---|
3.2.3 | Use 'learndash_listing_taxonomies' instead. |
2.4.0 | Introduced. |