This commit is contained in:
Almira Krdzic
2018-10-21 02:40:58 +02:00
parent bfc216b0fe
commit 4ee63b053c
3 changed files with 28 additions and 2 deletions

View File

@@ -6,4 +6,8 @@
*/
require_once(__DIR__ . '/vendor/autoload.php');
require_once(__DIR__ . '/config/application.php');
global $wp_timer;
$wp_timer = microtime();
require_once(ABSPATH . 'wp-settings.php');