* Added: support for the Pro Reports extension

* Fixed: MainWP Child Reports version 2 compatibility
This commit is contained in:
thanghv 2019-12-09 22:02:19 +07:00
parent 4d0c30d883
commit a637d0eca1
9 changed files with 357 additions and 506 deletions

View file

@ -311,7 +311,7 @@ class MainWP_Child_Back_WP_Up {
$backup_type = ltrim($backup_type, ' + ');
}
$message = 'BackWPup backup finished (' . $backup_type . ')';
do_action( 'mainwp_backwpup_backup', $message, $backup_type, $backup_time );
do_action( 'mainwp_reports_backwpup_backup', $message, $backup_type, $backup_time );
if ($new_lasttime_logged < $backup_time)
$new_lasttime_logged = $backup_time;