apply_filters( 'dozent_course_is_free', bool $is_free, int|object $course )

Filter the return value of dozent_course_is_free(); function


Parameters

$is_free

(bool) Determine if the course is free

$course

(int|object) Post object


Source

File: includes/conditional-functions.php



Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.