Browse: Home / Functions /

learndash_notifications_cron_schedules

learndash_notifications_cron_schedules( array<string,array> $schedules )

Adds the every minute interval to the WordPress cron schedules.


Description #


Parameters #

$schedules

(<span class="array<string,array>">array<string,array>) (Required) Registered cron schedules.


Return #

(array<string,array<string,mixed>>) Cron schedules with the every minute interval added.


Source #

File: includes/notifications/includes/cron.php


Changelog #

Changelog
Version Description
5.2.0 Introduced.