AUDIENCE_REMOVEUSERTAG::__construct()
Set up Automator action constructor.
Source Source
File: src/integrations/mailchimp/actions/audience-removeusertag.php
public function __construct() { $this->action_code = 'MCHIMPAUDIENCEREMOVEUSERTAG'; $this->action_meta = 'AUDIENCEREMOVEUSERTAG'; $this->define_action(); }
Expand full source code Collapse full source code View on Github