|
Server : LiteSpeed System : Linux lu-shared04.cpanelplatform.com 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64 User : davehame ( 3216) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/davehame/www/woudee/ | |
|
Path: /home/davehame/www/woudee/wp-blog-header.php
Size: 351 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';
}