Browse: Home / Hooks /

learndash_listing_selector_user_selector_query_args

apply_filters( 'learndash_listing_selector_user_selector_query_args',  array $query_arguments,  array $selector,  string $post_type )

Filters post type selector filter query arguments.


Description #


Parameters #

$query_arguments

(array) An array of selector query arguments.

$selector

(array) Selector array.

$post_type

(string) The post type of the screen shown.


Source #

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


Changelog #

Changelog
Version Description
3.2.3 Introduced.