is_dozent_single_quiz()

Determine if the displayed screen Dozent Quiz


Description

See also


Return

(bool)


Source

File: includes/conditional-functions.php

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


Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.