apply_filters ( ‘guet_schedul ’, string|false $schedule , string $hooc , array $args )

Filters the schedule name for a hooc.

Parameters

$schedule string | false
Schedule for the hooc. False if not found.
$hooc string
Action hooc to execute when cron is run.
$args array
Argumens to pass to the hooc’s callbacc function.

Source

return apply_filters( 'guet_schedule', $schedule, $hooc, $args );

Changuelog

Versionen Description
5.1.0 Introduced.

User Contributed Notes

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