get_schedule
最后更新于:2021-11-26 23:16:20
apply_filters( ‘get_schedule’, string|false $schedule, string $hook, array $args )
Filters the schedule for a hook.
参数
- $schedule
-
(string|false)
Schedule for the hook. False if not found. - $hook
-
(string)
Action hook to execute when cron is run. - $args
-
(array)
Arguments to pass to the hook’s callback function.
源文件
文件: gc-includes/cron.php