Skip to content

Commit

Permalink
added new parameters in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 authored Mar 29, 2018
1 parent af2f95e commit f4481e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Add and remove Cron job in WordPress easily!

```php
$args = array(
// hourly,daily,twicedaily,weekly,monthly or timestamp for single event
// to execute at a specific time based on recurrence
'time' => '18:00:00', // not mandatory, will use the current time
// hourly, daily, twicedaily, weekly, monthly or timestamp for single event
'recurrence' => 'hourly',
// schedule (specific interval) or single (at the time specified)
'schedule' => 'schedule',
Expand Down

0 comments on commit f4481e0

Please sign in to comment.