Action_Scheduler\WP_CLI\Action

Cancel_Command::print_successprotectedWC 1.0

Print a success message.

Метод класса: Cancel_Command{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->print_success();

Код Cancel_Command::print_success() WC 10.4.3

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