LLMS_Blocks_Instructors_Block::get_empty_render_message()

Output a message when no HTML was rendered


Return Return

(string)


Top ↑

Source Source

File: libraries/lifterlms-blocks/includes/blocks/class-llms-blocks-instructors-block.php

	public function get_empty_render_message() {
		return __( 'No visible instructors were found.', 'lifterlms' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.8.0 Fixed spelling error.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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