mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
Refactoring
This commit is contained in:
parent
831e02d77d
commit
bde725888e
24 changed files with 365 additions and 375 deletions
|
@ -25,7 +25,7 @@ class MainWP_Debug {
|
|||
} elseif ( 'test' == $_GET['mainwpdebug'] ) {
|
||||
print_r( get_included_files() );
|
||||
} else {
|
||||
print_r( $mainwpChild->getSiteStats( array(), false ) );
|
||||
print_r( $mainwpChild->get_site_stats( array(), false ) );
|
||||
}
|
||||
|
||||
$stop = microtime( true );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue