LLMS_Abstract_Processor::__construct()
Constructor
Return Return
(void)
Source Source
File: includes/abstracts/llms.abstract.processor.php
61 62 63 64 65 66 67 68 69 70 71 72 73 | public function __construct() { $this ->action .= '_' . $this ->id; parent::__construct(); // Setup. $this ->init(); // Add trigger actions. $this ->add_actions(); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |