This hook has been deprecated. Use ‘learndash_listing_filter_query_args’ instead.
apply_filters_deprecated( 'learndash_show_post_type_selector_filter', array $query_arguments, array $post_types )
Filters post type selector filter query arguments.
Description #
Parameters #
- $query_arguments
-
(array) An array of selector query arguments.
- $post_types
-
(array) An array of listing post types.
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>'; } );
Changelog #
Version | Description |
---|---|
3.2.3 | Introduced. |