apply_filters( 'learndash_listing_selector_user_query_results', array $posts , array $query_arguments , array $post_type )
Filters post type listing filter posts results.
Description Description
Parameters Parameters
- $posts
-
An array of post listing result posts.
- $query_arguments
-
An array of selector query arguments.
- $post_type
-
The post type of the screen shown.
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
Version | Description |
---|---|
3.2.3 | Introduced. |