Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Query::get_tax_query( array $query = array() )
Get a taxonomy query that filters out courses & memberships based on catalog / search visibility settings
Description Description
Parameters Parameters
- $query
-
(Optional) Existing taxonomy query from the global $wp_query.
Default value: array()
Return Return
(array)
Source Source
File: includes/class.llms.query.php
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |