Warning: This hook has been deprecated. Use ‘learndash_listing_filter_query_args’ instead.
apply_filters_deprecated( 'learndash_lesson_post_options_filter', array $query_options_topic , string $post_type )
Filters course filter query arguments.
Description Description
Parameters Parameters
- $query_options_topic
-
An array of lesson 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. |