dozent_add_new_course_url()

Return Add new course URL


Return

(mixed|void)


Source

File: includes/course-functions.php

	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

Changelog
Version Description
DozentLMS 1.0.0 Introduced.