Action_Scheduler\WP_CLI\Action
Cancel_Command::print_success()
Print a success message.
Method of the class: Cancel_Command{}
No Hooks.
Return
null
. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->print_success();
Cancel_Command::print_success() Cancel Command::print success code WC 9.8.1
protected function print_success() { \WP_CLI::success( __( 'Scheduled action cancelled.', 'woocommerce' ) ); }