ActionScheduler_wpPostStore::get_actions_by_group( string $group, int $limit, DateTime $date )
Get IDs of actions within a certain group and up to a certain date/time.
Description Description
Parameters Parameters
- $group
-
(Required) The group to use in finding actions.
- $limit
-
(Required) The number of actions to retrieve.
- $date
-
(Required) DateTime object representing cutoff time for actions. Actions retrieved will be up to and including this DateTime.
Return Return
(array) IDs of actions in the appropriate group and before the appropriate time.
Source Source
File: packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php