WPDK
1.5.0
WordPress Development Kit
|
Public Member Functions | |
__construct ($name, $timestap) | |
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 single event
Definition at line 260 of file wpdk-cron.php.
__construct | ( | $name, | |
$timestap | |||
) |
Construct.
Create an instance of WPDKSingleCron class
string | $name | Unique cron id used as hook |
string | $timestap | Timestamp for when to run the event. |
Definition at line 272 of file wpdk-cron.php.