You are here

public function UltimateCronPlugin::cron_post_schedule in Ultimate Cron 7.2

A hook_cron_post_schedule() for plugins.

1 method overrides UltimateCronPlugin::cron_post_schedule()
UltimateCronGeneralSettings::cron_post_schedule in plugins/ultimate_cron/settings/general.class.php
Implements hook_cron_post_schedule().

File

./ultimate_cron.plugin.inc, line 272
Plugin framework for Ultimate Cron.

Class

UltimateCronPlugin
This is the base class for all Ultimate Cron plugins.

Code

public function cron_post_schedule($job, &$result) {
}