ActionScheduler_Store::unclaim_action()
Un-claim the action.
Method of the class: ActionScheduler_Store{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$ActionScheduler_Store = new ActionScheduler_Store(); $ActionScheduler_Store->unclaim_action( $action_id );
- $action_id(string) (required)
- Action ID.
ActionScheduler_Store::unclaim_action() ActionScheduler Store::unclaim action code WC 9.8.5
abstract public function unclaim_action( $action_id );