is_course_taxonomy()

Determine if any course taxonomy archive page is being displayed.


Return Return

(boolean)


Top ↑

Source Source

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

	function is_course_taxonomy() {
		return is_tax( get_object_taxonomies( 'course' ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

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