Hi
I need to know if the student is on a course page, because I want to run a plugin ONLY in course pages, is there a way to handle that in php?
like is_course_page, is there a specific attribute or something I can use for that?
thanks
Hi,
A course is a custom post type in wplms, so you can use wordpress is_singular() function to check the course page or you can use the global $post and check the post type.