get_schedule

Advertisement

Summery Summery

Filter the schedule for a hook.

Syntax Syntax

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

Parameters 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 Source

File: wp-includes/cron.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.1.0 Introduced.

Advertisement

Leave a Reply