RUN_SCHEDULED_RECURRING_ACTIONS_HOOK
RUN_SCHEDULED_RECURRING_ACTIONS_HOOK = 'action_scheduler_run_recurring_actions_schedule_hook' : string
Class ActionScheduler_RecurringActionScheduler
This class ensures that the action_scheduler_ensure_recurring_actions
hook is triggered on a daily interval. This
simplifies the process for other plugins to register their recurring actions without requiring each plugin to query
or schedule actions independently on every request.