Action_Scheduler\Migration

Config::get_dry_runpublicWC 1.0

Get flag indicating whether it's a dry run.

Method of the class: Config{}

No Hooks.

Returns

true|false.

Usage

$Config = new Config();
$Config->get_dry_run();

Config::get_dry_run() code WC 10.3.6

public function get_dry_run() {
	return $this->dry_run;
}