Action_Scheduler\Migration
Config::get_dry_run
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() Config::get dry run code WC 10.3.6
public function get_dry_run() {
return $this->dry_run;
}