ActionScheduler_HybridStore::unclaim_action()
Release claims on an action in the table data store.
Method of the class: ActionScheduler_HybridStore{}
No Hooks.
Return
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 9.3.3
public function unclaim_action( $action_id ) { $this->primary_store->unclaim_action( $action_id ); }