Sometimes when you are using a CRON on WordPress you need to specify a custom interval between each action. WordPress is by default limited and only provide 3 intervals: hourly, daily, twice daily. So if you need to add a custom cron interval, just add the code below to your functions.php file or in any of your plugin file.
Leave a Reply
You must be logged in to post a comment.