First of all, I want to say thanks to the creator for a great plugin.
I wanted to ask if there is a way for me to get the next scheduled date for backup, outside the plugin options page?
I am improving the "Right Now" box on my Dashboard and want to include a line where I can see:
1. when the next scheduled backup will be 2. when the last one happened and 3. what the "Schedule" setting (how often to backup) is set to.
How do I access this information?
Thank you for any help
All of WordPress's scheduled cron actions are stored in the "cron" option, and the backup cron action hook name is 'wp_db_backup_cron'.
'wp_db_backup_cron'
RSS feed for this topic
You must log in to post.
Register or log in - lost password?
First of all, I want to say thanks to the creator for a great plugin.
I wanted to ask if there is a way for me to get the next scheduled date for backup, outside the plugin options page?
I am improving the "Right Now" box on my Dashboard and want to include a line where I can see:
1. when the next scheduled backup will be
2. when the last one happened and
3. what the "Schedule" setting (how often to backup) is set to.
How do I access this information?
Thank you for any help
All of WordPress's scheduled cron actions are stored in the "cron" option, and the backup cron action hook name is
'wp_db_backup_cron'.RSS feed for this topic
Reply
You must log in to post.