LLMS_Abstract_Processor::init()
Initializer Acts as a constructor that extending processors should implement at the very least should populate the $this->actions array
Description Description
Return Return
(void)
Source Source
File: includes/abstracts/llms.abstract.processor.php
abstract protected function init();
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: