WF_SETUSERTAG::__construct()

Set up Automator action constructor.


Source Source

File: src/integrations/wp-fusion/actions/wf-setusertag.php

	public function __construct() {
		$this->action_code = 'SETUSERTAG';
		$this->action_meta = 'SETUSERVAL';
		$this->define_action();
	}