apply_filters( 'dozent_get_total_lectures_by_section', int $total_lectures, int $section_ID )

Filter count of total lectures which returned by dozent_get_total_lectures_by_section() function


Description

See also


Parameters

$total_lectures

(int) Total lectures

$section_ID

(int) Section ID


Source

File: includes/core-functions.php



Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.