LD_MARKCOURSEDONE::__construct()

Set up Automator action constructor.


Source Source

File: src/integrations/learndash/actions/ld-markcoursedone.php

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