HEX
Server: Apache
System: Linux tb-be04-linweb015 6.1.150-hcl #deb11 SMP Tue Sep 9 09:22:27 UTC 2025 x86_64
User: atsnailcom (14872)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /data/sites/web/atsnailcom/www/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';

}