is_course_category( $term = '' )


Description Description


Source Source

File: includes/llms.template.functions.php

	function is_course_category( $term = '' ) {
		return is_tax( 'course_cat', $term );
	}

Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: