Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 authored Apr 28, 2022
1 parent 3f0e839 commit 985fdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add and remove Cron job in WordPress easily!
```php
$args = array(
// to execute at a specific time based on recurrence
'time' => '18:00:00', // not mandatory, will use the current time
'time' => time(), // 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)
Expand Down

0 comments on commit 985fdd7

Please sign in to comment.