Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/cron.php | apply_filters | 1095 | /** * Filters the schedule for a hook. * * @since 5.1.0 * * @param string|false $schedule Schedule for the hook. False if not found. * @param string $hook Action hook to execute when cron is run. * @param array $args Arguments to pass to the hook's callback function. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string|false | $schedule | Schedule for the hook. False if not found. |
string | $hook | Action hook to execute when cron is run. |
array | $args | Arguments to pass to the hook's callback function. |