apply_filters( 'dozent_get_course_requirements_arr', array $array, string|integer $course_id )

Filters to filter course requirements


Description

Course requirements dozent_get_course_requirements_arr() function return data as array. You can change the data using this filter


Parameters

$array

(array) Data of requirements

$course_id

(string|integer) The course ID


Source

File: includes/core-functions.php



Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.