LLMS_Abstract_Processor::__construct()
Constructor Initializes and adds actions
Description Description
Source Source
File: includes/abstracts/llms.abstract.processor.php
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. |
User Contributed Notes User Contributed Notes
Permalink: