apply_filters( 'get_schedule', string|false $schedule , string $hook , array $args )
Filters the schedule name for a hook.
Parameters
- $schedule
-
Schedule for the hook. False if not found.
- $hook
-
Action hook to execute when cron is run.
- $args
-
Arguments to pass to the hook's callback function.
Source
File: wp-includes/cron.php
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |