Action_Scheduler\Migration
Config::get_dry_run()
Get flag indicating whether it's a dry run.
Method of the class: Config{}
No Hooks.
Return
true|false
.
Usage
$Config = new Config(); $Config->get_dry_run();
Config::get_dry_run() Config::get dry run code WC 9.6.1
public function get_dry_run() { return $this->dry_run; }