Browse: Home / Functions /

learndash_is_course_post

learndash_is_course_post( WP_Post|int|null $post )

Returns true if it’s a course post.


Description #


Parameters #

$post

(WP_Post|int|null) (Required) Post or Post ID.


Return #

(bool)


Source #

File: includes/course/ld-course-functions.php


Changelog #

Changelog
Version Description
4.1.0 Introduced.