Action_Scheduler\Migration
Controller::has_custom_datastore
Get flag indicating whether a custom datastore is in use.
Метод класса: Controller{}
Хуков нет.
Возвращает
true|false.
Использование
$Controller = new Controller(); $Controller->has_custom_datastore();
Код Controller::has_custom_datastore() Controller::has custom datastore WC 10.5.0
public function has_custom_datastore() {
return (bool) $this->store_classname;
}