ActionScheduler_Store::stake_claim()publicWC 1.0

Method of the class: ActionScheduler_Store{}

No Hooks.

Return

ActionScheduler_ActionClaim.

Usage

$ActionScheduler_Store = new ActionScheduler_Store();
$ActionScheduler_Store->stake_claim( $max_actions, $before_date, $hooks, $group );
$max_actions(int)
-
Default: 10
$before_date(DateTime)
Claim only actions schedule before the given date.
Default: now
$hooks(array)
Claim only actions with a hook or hooks.
Default: array()
$group(string)
Claim only actions in the given group.
Default: ''

ActionScheduler_Store::stake_claim() code WC 8.7.0

abstract public function stake_claim( $max_actions = 10, DateTime $before_date = null, $hooks = array(), $group = '' );