Server : Apache/2.4.41 (Ubuntu) System : Linux cloudappdb1.servicesdev.com 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 User : webuser ( 1000) PHP Version : 8.1.31 Disable Function : NONE Directory : /var/www/websites/oshara.ca/public_html/ |
<?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';
}