Action_Scheduler\WP_CLI

System_Command::get_current_datastore()protectedWC 1.0

Get current data store.

Method of the class: System_Command{}

No Hooks.

Return

String.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_current_datastore();

System_Command::get_current_datastore() code WC 9.8.1

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