![]() |
WPDK
1.5.0
WordPress Development Kit
|
Public Member Functions | |
| __construct ($name, $recurrence=0) | |
| Construct. More... | |
Public Member Functions inherited from WPDKCron | |
| __construct ($name, $timestap=false, $recurrence=0) | |
| Construct. More... | |
| cron () | |
| Cron. More... | |
| remove () | |
| Remove. More... | |
Additional Inherited Members | |
Data Fields inherited from WPDKCron | |
| $name = '' | |
| $timestamp = 0 | |
| $recurrence = 0 | |
Easy way to recurring event
Definition at line 231 of file wpdk-cron.php.
| __construct | ( | $name, | |
$recurrence = 0 |
|||
| ) |
Construct.
Create an instance of WPDKRecurringCron class
| string | $name | Unique cron name |
| string | $recurrence | Optional. How often the event should recur. |
Definition at line 243 of file wpdk-cron.php.