Warning: This hook has been deprecated. Use ‘learndash_listing_filter_query_args’ instead.
apply_filters_deprecated( 'learndash_course_post_options_filter', array $query_options_course , string $post_type )
Filters course filter query arguments.
Description Description
Parameters Parameters
- $query_options_course
-
An array of course filter query arguments.
- $post_type
-
Post type to check.
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
Version | Description |
---|---|
3.2.3 | Use 'learndash_listing_filter_query_args' instead. |
2.2.1 | Introduced. |