LLMS_Blocks_Abstract_Block::remove_hooks()
Removed hooks stub.
Description Description
Extending classes can use this class to remove hooks attached to the render function action.
Return Return
(void)
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks-abstract-block.php
public function remove_hooks() {}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |