Action_Scheduler\WP_CLI
System_Command::get_current_datastore
Get current data store.
Метод класса: System_Command{}
Хуков нет.
Возвращает
Строку
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_current_datastore();
Код System_Command::get_current_datastore() System Command::get current datastore WC 9.9.5
protected function get_current_datastore() { return get_class( $this->store ); }