dozent_add_new_course_url()
Return Add new course URL
Return
(mixed|void)
Source
File: includes/course-functions.php
594 595 596 597 598 599 600 601 602 603 604 605 606 | function dozent_add_new_course_url() { $path = dozent_get_dashboard_permalink( 'my-courses/create-course' ); /** * Filter dozent_add_new_course_url() function return; * * @since DozentLMS 1.0.0 * * @param string */ return apply_filters( 'dozent_add_new_course_url' , $path ); } |
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |