LLMS_Blocks_Abstract_Block::get_empty_render_message()

Output a message when no HTML was rendered


Description Description


Return Return

(string)


Top ↑

Source Source

File: vendor/lifterlms/lifterlms-blocks/includes/class-llms-blocks-abstract-block.php

	public function get_empty_render_message() {
		return __( 'No HTML was returned.', 'lifterlms' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: