is_membership_taxonomy()
Determine if any course taxonomy archive page is being displayed.
Return Return
(bool)
Source Source
File: includes/functions/llms-functions-conditional-tags.php
function is_membership_taxonomy() {
return is_tax( get_object_taxonomies( 'llms_membership' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.22.0 | Introduced. |