Action_Scheduler\WP_CLI
System_Command::get_current_datastore()
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() System Command::get current datastore code WC 9.8.1
protected function get_current_datastore() { return get_class( $this->store ); }