ActionScheduler_HybridStore::unclaim_action
Release claims on an action in the table data store.
Method of the class: ActionScheduler_HybridStore{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ActionScheduler_HybridStore = new ActionScheduler_HybridStore(); $ActionScheduler_HybridStore->unclaim_action( $action_id );
- $action_id(int) (required)
- Action ID.
ActionScheduler_HybridStore::unclaim_action() ActionScheduler HybridStore::unclaim action code WC 10.6.2
public function unclaim_action( $action_id ) {
$this->primary_store->unclaim_action( $action_id );
}