is_lesson()
Description Description
Source Source
File: includes/llms.template.functions.php
function is_lesson() { return ( get_post_type() == 'lesson' ) ? true : false; }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: