Action_Scheduler\WP_CLI\Action

Cancel_Command::print_success()protectedWC 1.0

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() code WC 9.8.1

protected function print_success() {
	\WP_CLI::success( __( 'Scheduled action cancelled.', 'woocommerce' ) );
}