ActionScheduler_Store::find_actions_by_claim_idpublicWC 1.0

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() code WC 10.6.2

abstract public function find_actions_by_claim_id( $claim_id );