ActionScheduler_Store::find_actions_by_claim_id
Find actions by claim ID.
Method of the class: ActionScheduler_Store{}
No Hooks.
Returns
Array.
Usage
$ActionScheduler_Store = new ActionScheduler_Store(); $ActionScheduler_Store->find_actions_by_claim_id( $claim_id );
- $claim_id(string) (required)
- Claim ID.
ActionScheduler_Store::find_actions_by_claim_id() ActionScheduler Store::find actions by claim id code WC 10.6.2
abstract public function find_actions_by_claim_id( $claim_id );