apply_filters( 'llms_instructors_info_title', string $title, LLMS_Post_Model $llms_post, int $count )

Filters the displayed title of the Instructors block


Parameters Parameters

$title

(string) The block's title.

$llms_post

(LLMS_Post_Model) The post model object.

$count

(int) Number of instructors found, used to pluralize the title.


Top ↑

Source Source

File: templates/shared/instructors.php

View on GitHub


Top ↑

Changelog Changelog

Changelog
Version Description
4.11.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.