ActionScheduler_wpPostStore::stake_claim( int $max_actions = 10, DateTime $before_date = null, array $hooks = array(), string $group = '' )
Description Description
Parameters Parameters
- $max_actions
-
(Optional)
Default value: 10
- $before_date
-
(Optional) Jobs must be schedule before this date. Defaults to now.
Default value: null
- $hooks
-
(Optional) Claim only actions with a hook or hooks.
Default value: array()
- $group
-
(Optional) Claim only actions in the given group.
Default value: ''
Return Return
Source Source
File: packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php