apply_filters( 'dozent_get_course_benefits_arr', array $array , string|integer $course_id )
Filters to filter course benefits
Description
Course benefits dozent_get_course_benefits_arr() function return data as array. You can change the data using this filter
Parameters
- $array
-
(array) Data of benefits
- $course_id
-
(string|integer) The course ID
Source
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |