AUTONAMI_USER_ADDED_TO_LIST::__construct()
Set up Automator trigger constructor.
Source
File: src/integrations/autonami/triggers/autonami-user-added-to-list.php
public function __construct() { $this->helpers = new Autonami_Helpers(); $this->setup_trigger(); $this->register_trigger(); }
Expand full source code Collapse full source code View on Github