| Server IP : 217.160.0.62 / Your IP : 216.73.217.134 Web Server : Apache System : Linux www 6.18.38-i2-ampere #1103 SMP Wed Jul 8 22:49:02 CEST 2026 aarch64 User : sws1073842120 ( 1073842120) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/www/clickandbuilds/TogetherWeSuceed/ |
Upload File : |
<?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';
}