|
Server : Apache System : Linux ecres258.servconfig.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : tccustom ( 10268) PHP Version : 7.3.33 Disable Function : NONE Directory : /home/tccustom/public_html/ | |
|
Path: /home/tccustom/public_html/wp-blog-header.php
Size: 372 B
Permissions: 0644
<?php
/**
* 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';
}