Action_Scheduler\WP_CLI

System_Command::get_current_datastoreprotectedWC 1.0

Get current data store.

Метод класса: System_Command{}

Хуков нет.

Возвращает

Строку.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_current_datastore();

Код System_Command::get_current_datastore() WC 9.9.5

protected function get_current_datastore() {
	return get_class( $this->store );
}