Browse: Home / Hooks /

learndash_listing_selector_taxonomy_args

apply_filters( 'learndash_listing_selector_taxonomy_args',  array $dropdown_args,  array $selector,  string $post_type )

Filters the taxonomy selector args.


Description #

See args for wp_dropdown_categories.


Parameters #

$dropdown_args

(array) Array of Dropdown args.

$selector

(array) Array of attributes used to display the filter selector.

$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.