You appear to be a bot. Output may be restricted
Description
Release claims on an action in the table data store.
Usage
ActionScheduler_HybridStore::unclaim_action( $action_id );
Parameters
- $action_id
- ( int ) required – Action ID.
Returns
void
Source
File name: woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php
Lines:
1 to 4 of 4
public function unclaim_action( $action_id ) { $this->primary_store->unclaim_action( $action_id ); }