LLMS_Blocks_Instructors_Block::get_empty_render_message()
Output a message when no HTML was rendered
Contents
Return Return
(string)
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' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.8.0 | Fixed spelling error. |
| 1.0.0 | Introduced. |