WCM_ADDUSER::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/wc-memberships/triggers/wcm-adduser.php
public function __construct() { $this->trigger_code = 'WCMUSERADDED'; $this->trigger_meta = 'WCMMEMBERSHIPPLAN'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github