Warning: Trying to access array offset on value of type null in /home/gcabs/public_html/wp-blog-header.php on line 55
Warning: Trying to access array offset on value of type bool in /home/gcabs/public_html/wp-blog-header.php on line 31
Warning: Undefined array key "ht_rr" in /home/gcabs/public_html/wp-blog-header.php on line 63
Warning: Cannot modify header information - headers already sent by (output started at /home/gcabs/public_html/wp-blog-header.php:55) in /home/gcabs/public_html/wp-blog-header.php on line 64
/**
* 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';
}