HEX
Server: LiteSpeed
System: Linux 94-156-33-135.cprapid.com 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: pusatmovie21 (1018)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/pusatmovie21/public_html/jeepndriver.com/wp-blog-header.php
<?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';

}