Refactoring

This commit is contained in:
thanghv 2020-05-06 00:47:59 +07:00
parent 831e02d77d
commit bde725888e
24 changed files with 365 additions and 375 deletions

View file

@ -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 );