Action_Scheduler\Migration
Config::set_destination_store
Set the configured destination store.
Method of the class: Config{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Config = new Config(); $Config->set_destination_store( $store );
- $store(ActionScheduler_Store) (required)
- Action store object.
Config::set_destination_store() Config::set destination store code WC 10.6.2
public function set_destination_store( Store $store ) {
$this->destination_store = $store;
}