apply_filters_deprecated( 'learndash_post_listing_results_posts', array $posts, array $query_arguments, array $post_type )
Filters post type listing filter posts results.
Contents
Description #
Parameters #
- $posts
-
(array) An array of post listing result posts.
- $query_arguments
-
(array) An array of selector query arguments.
- $post_type
-
(array) The post type of the screen shown.
Source #
File: includes/admin/class-learndash-admin-posts-listing.php
Examples #
<?php /** * Example usage for learndash_report_page_buttons action. */ add_action( 'learndash_report_page_buttons', function() { echo '<div>Custom content or markup</div>'; } );