RESTRICT_CONTENT_ADD_MEMBERSHIP_LEVEL::__construct()
Set up Automator action constructor.
Source
File: src/integrations/restrict-content/actions/restrict-content-add-membership-level.php
public function __construct() { $this->action_code = 'RCADDMEMBERSHIPLEVEL'; $this->action_meta = 'RCMEMBERSHIPLEVEL'; $this->define_action(); }
Expand full source code Collapse full source code View on Github