LLMS_Blocks_Abstract_Block::get_render_hook()
Retrieve a string which can be used to render the block.
Return Return
(string)
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks-abstract-block.php
public function get_render_hook() { return sprintf( '%1$s_%2$s_block_render', $this->vendor, $this->id ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |