Warning: This hook has been deprecated. Use ‘learndash_listing_selector_post_type_query_results’ instead.
apply_filters_deprecated( 'learndash_post_listing_results_posts', 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 | Use 'learndash_listing_selector_post_type_query_results' instead. |
3.0.0 | Introduced. |