apply_filters( 'dozent_course_is_public', bool $is_public, int|object $course )

Filter the return value of dozent_course_is_public(); function


Parameters

$is_public

(bool) Determine if the course is public

$course

(int|object) Post object


Source

File: includes/conditional-functions.php



Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.