Browse: Home / Hooks /

learndash_listing_selector_user_query_results

apply_filters( 'learndash_listing_selector_user_query_results',  array $posts,  array $query_arguments,  string $post_type )

Filters post type listing filter posts results.


Description #


Parameters #

$posts

(array) An array of post listing result posts.

$query_arguments

(array) An array of selector query arguments.

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