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.


Top ↑

Return Return

(array) IDs of actions in the appropriate group and before the appropriate time.


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.