mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-06 09:20:28 +08:00
* Added: support for the Pro Reports extension
* Fixed: MainWP Child Reports version 2 compatibility
This commit is contained in:
parent
4d0c30d883
commit
a637d0eca1
9 changed files with 357 additions and 506 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue