LLMS_Abstract_Processor::init()
Initializer
Description Description
Acts as a constructor that extending processors should implement at the very least should populate the $this->actions array.
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. |