PMP_MEMBERSHIPCANCEL::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/paid-memberships-pro/triggers/pmp-membershipcancel.php
public function __construct() { $this->trigger_code = 'PMPMEMBERSHIPCANCEL'; $this->trigger_meta = 'PMPMEMBERSHIP'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github