ActionScheduler_Store::cancel_action()publicWC 1.0

Method of the class: ActionScheduler_Store{}

No Hooks.

Return

null. Nothing.

Usage

$ActionScheduler_Store = new ActionScheduler_Store();
$ActionScheduler_Store->cancel_action( $action_id );
$action_id(string) (required)
-

ActionScheduler_Store::cancel_action() code WC 7.5.1

abstract public function cancel_action( $action_id );