Action_Scheduler\Migration
Controller::has_custom_datastore()
Get flag indicating whether a custom datastore is in use.
Method of the class: Controller{}
No Hooks.
Return
true|false
.
Usage
$Controller = new Controller(); $Controller->has_custom_datastore();
Controller::has_custom_datastore() Controller::has custom datastore code WC 9.8.2
public function has_custom_datastore() { return (bool) $this->store_classname; }