is_lesson()


Description Description


Source Source

File: includes/llms.template.functions.php

	function is_lesson() {
		return ( get_post_type() == 'lesson' ) ? true : false;
	}


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: