You appear to be a bot. Output may be restricted
Description
Retrieve the claim ID for an action from the table data store.
Usage
ActionScheduler_HybridStore::get_claim_id( $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 get_claim_id( $action_id ) { return $this->primary_store->get_claim_id( $action_id ); }