LLMS_Blocks_Abstract_Block::get_attributes()
Retrieve custom block attributes.
Description Description
Necessary to override when creating ServerSideRender blocks.
Return Return
(array)
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks-abstract-block.php
public function get_attributes() { return LLMS_Blocks_Visibility::get_attributes(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |