Browse: Home / Hooks /

learndash_listing_table_query_vars_filter

apply_filters( 'learndash_listing_table_query_vars_filter',  array $q_vars,  string $post_type,  object $query )

Allow external filters to make changes.


Description #


Parameters #

$q_vars

(array) Array of query vars.

$post_type

(string) Post Type being displayed.

$query

(object) WP_Query instance.


Source #

File: includes/admin/class-learndash-admin-posts-listing.php


Changelog #

Changelog
Version Description
3.2.3 Introduced.