is_dozent_single_quiz()

Determine if the displayed screen Dozent Quiz


Description

See also


Return

(bool)


Source

File: includes/conditional-functions.php

	function is_dozent_single_quiz() {
		return is_singular( [ 'dozent_quiz' ] );
	}


Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.