as_next_scheduled_action()
Function: Check if there is an existing action in the queue with a given hook, args and group combination.
Source: packages/action-scheduler/functions.php:164
Function: Check if there is an existing action in the queue with a given hook, args and group combination.
Source: packages/action-scheduler/functions.php:164
Function: Find scheduled actions
Source: packages/action-scheduler/functions.php:219
Function: Helper function to create an instance of DateTime based on a given string and timezone. By default, will return the current date/time in the UTC timezone.
Source: packages/action-scheduler/functions.php:266
Function: Schedule an action to run one time
Source: packages/action-scheduler/functions.php:32
Function: Schedule a recurring action
Source: packages/action-scheduler/functions.php:50
Function: Schedule an action that recurs on a cron-like schedule.
Source: packages/action-scheduler/functions.php:80
Function: Cancel the next occurrence of a scheduled action.
Source: packages/action-scheduler/functions.php:103
Function: Cancel all occurrences of a scheduled action.
Source: packages/action-scheduler/functions.php:130
Function: Enqueue an action to run one time, as soon as possible
Source: packages/action-scheduler/functions.php:15