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: ''


Top ↑

Return Return

(ActionScheduler_ActionClaim)


Top ↑

Source Source

File: packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.