Browse: Home / Hooks /

learndash-admin-taxonomy-filters-display

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 #


Parameters #

$object_taxonomies

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

$post_types

(array) An array of listing post types.


Source #

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


Examples #

Note: Extended code example below not guaranteed, you may need to consult with a developer

 <?php
/**
 * Example usage for learndash_report_page_buttons action.
 */
add_action(
	'learndash_report_page_buttons',
	function() {

		// Add your custom code here
	}
);
 

Changelog #

Changelog
Version Description
3.2.3 Use 'learndash_listing_taxonomies' instead.
2.4.0 Introduced. This hook has been deprecated. Use {@see 'learndash_listing_taxonomies'} instead.