ActionScheduler_Store::release_claimpublicWC 1.0

Release the claim.

Method of the class: ActionScheduler_Store{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ActionScheduler_Store = new ActionScheduler_Store();
$ActionScheduler_Store->release_claim( $claim );
$claim(ActionScheduler_ActionClaim) (required)
Claim object.

ActionScheduler_Store::release_claim() code WC 10.5.0

abstract public function release_claim( ActionScheduler_ActionClaim $claim );