WPJM_SUBMITRESUME::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/wp-job-manager/triggers/wpjm-submitresume.php
public function __construct() { $this->trigger_code = 'WPJMSUBMITRESUME'; $this->trigger_meta = 'WPJMJOBRESUME'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github