is_course_category( $term = '' )
Contents
Description Description
Source Source
File: includes/llms.template.functions.php
function is_course_category( $term = '' ) { return is_tax( 'course_cat', $term ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: