Action_Scheduler\WP_CLI
System_Command::datastore()
Print in-use data store class.
Method of the class: System_Command{}
No Hooks.
Return
null
. Nothing (null).
Usage
$System_Command = new System_Command(); $System_Command->datastore( $args, $assoc_args );
- $args(array) (required)
- Positional args.
- $assoc_args(array) (required)
- Keyed args.
System_Command::datastore() System Command::datastore code WC 9.8.2
public function datastore( array $args, array $assoc_args ) { echo $this->get_current_datastore(); }