dozent_shortcode()


Return

(DozentShortCode|null) Get all shortcode method from one place


Source

File: includes/core-functions.php

	function dozent_shortcode() {
		return \Dozent\ShortCode::instance();
	}


Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.