apply_filters( 'learndash_listing_selector_post_type_option_before', WP_Post $post, array $query_arguments, object $query_results, string $post_type )
Filters the post listing before displaying it to user.
Description #
Parameters #
- $post
-
(WP_Post) WP_Post object to be displayed.
- $query_arguments
-
(array) An array of selector query arguments.
- $query_results
-
(object) WP_Query instance.
- $post_type
-
(string) The post type of the screen shown.
Source #
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog #
Version | Description |
---|---|
3.2.3 | Introduced. |