mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
Fix: Divi updates
This commit is contained in:
parent
cfc06af573
commit
3c8f69955d
3 changed files with 40 additions and 35 deletions
|
@ -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 ) );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue