Fix: Divi updates

This commit is contained in:
ruben- 2017-01-04 21:03:57 +01:00
parent cfc06af573
commit 3c8f69955d
3 changed files with 40 additions and 35 deletions

View file

@ -21,6 +21,8 @@ class MainWP_Debug {
$_POST['excludenonwp'] = '1';
$_POST['ext'] = 'tar.gz';
print_r( $mainwpChild->backup( false ) );
} else if ( 'test' == $_GET['mainwpdebug'] ) {
print_r( get_included_files() );
} else {
print_r( $mainwpChild->getSiteStats( array(), false ) );
}