FCRM_USER_TO_LIST::__construct()
Set up Automator action constructor.
Source Source
File: src/integrations/fluent-crm/actions/fcrm-user-to-list.php
public function __construct() { $this->action_code = 'FCMRLISTUSER'; $this->action_meta = 'FCRMLIST'; $this->define_action(); }
Expand full source code Collapse full source code View on Github