![]() |
WPDK
1.5.0
WordPress Development Kit
|
Public Member Functions | |
| __construct () | |
| Construct. More... | |
Static Public Member Functions | |
| static | remove ($name) |
| Remove. More... | |
| static | removeAll ($name) |
| Remove all. More... | |
Data Fields | |
| $cron = array() | |
| Cron jobs. More... | |
WordPress Cron Controller (model)
Definition at line 86 of file wpdk-cron.php.
| __construct | ( | ) |
Construct.
Create an instance of WPDKCronController class
Definition at line 104 of file wpdk-cron.php.
|
static |
Remove.
Remove/Unschedule a cron job
| string | $name | Unique cron name |
Definition at line 116 of file wpdk-cron.php.
|
static |
Remove all.
Unschedule all cron jobs attached to a specific hook.
| string | $name | Unique cron name |
Definition at line 134 of file wpdk-cron.php.
| array $cron = array() |