Action_Scheduler\WP_CLI
System_Command::get_current_datastore
Get current data store.
Method of the class: System_Command{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->get_current_datastore();
System_Command::get_current_datastore() System Command::get current datastore code WC 10.6.2
protected function get_current_datastore() {
return get_class( $this->store );
}