HEX
Server: LiteSpeed
System: Linux cobaltcloud.7ho.st 5.14.0-503.29.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Mar 7 13:51:12 EST 2025 x86_64
User: persianfollow (1511)
PHP: 8.1.34
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home1/persianfollow/public_html/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';

}