is_membership_taxonomy()

Determine if any course taxonomy archive page is being displayed.


Return Return

(bool)


Top ↑

Source Source

File: includes/functions/llms-functions-conditional-tags.php

	function is_membership_taxonomy() {
		return is_tax( get_object_taxonomies( 'llms_membership' ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.22.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.