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