ActionScheduler_Store::find_actions_by_claim_id()
Find actions by claim ID.
Method of the class: ActionScheduler_Store{}
No Hooks.
Return
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 9.8.1
abstract public function find_actions_by_claim_id( $claim_id );