apply_filters( 'dozent_is_course_author', bool $is_author, int|object $course, int|object $user )

Filter the output of dozent_is_course_author();


Parameters

$is_author

(bool)

$course

(int|object) Course could be ID or Object

$user

(int|object) User could be ID or Object


Source

File: includes/user-functions.php



Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.