apply_filters( 'get_schedule', string|bool $schedule, string $hook, array $args )

Filter the schedule for a hook.


Description Description


Parameters Parameters

$schedule

(string|bool) 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.


Top ↑

Source Source

File: wp-includes/cron.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.