<?php /** * Front to the WordPress application. * * This file doesn't do much itself, but instead serves as the front controller * that loads wp-blog-header.php which in turn loads the WordPress environment. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. */ define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ require __DIR__ . '/wp-blog-header.php';