Refactoring

This commit is contained in:
thanghv 2020-05-12 20:19:58 +07:00
parent 3936785bd5
commit e31db72607
10 changed files with 3412 additions and 3143 deletions

View file

@ -10,7 +10,7 @@
*/
require_once ABSPATH . 'wp-includes' . DIRECTORY_SEPARATOR . 'version.php'; // Version information from WordPress.
define( 'MAINWP_DEBUG', false );
define( 'MAINWP_DEBUG', true );
if ( ! defined( 'MAINWP_CHILD_FILE' ) ) {
define( 'MAINWP_CHILD_FILE', __FILE__ );