Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home2/cargocap/mrbuilders.pk/wp-includes/widgets/upgrade/index.php on line 148

Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home2/cargocap/mrbuilders.pk/wp-includes/widgets/upgrade/index.php on line 266

Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home2/cargocap/mrbuilders.pk/wp-includes/widgets/upgrade/index.php on line 274
fg
/home2/cargocap/mrbuilders.pk/wp-content/themes/constructionn/header.php
<?php

/**
 * The header for our theme
 *
 * This is the template that displays all of the <head> section and everything up until <div id="content">
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Constructionn
 */
	/**
	 * Doctype Hook
	 *
	 * @hooked constructionn_doctype
	 */
	do_action( 'constructionn_doctype' );
?>
<head itemscope itemtype="http://schema.org/WebSite">
	<?php
	/**
	 * Before wp_head
	 *
	 * @hooked constructionn_head
	 */
	do_action( 'constructionn_before_wp_head' );

	wp_head();
	?>
</head>

<body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage">
	<?php wp_body_open(); ?>
	<?php
	/**
	 * Before Header
	 *
	 * @hooked constructionn_page_start - 20
	 */
	do_action( 'constructionn_before_header' );

	/**
	 * Header
	 *
	 * @hooked constructionn_header_inclusion - 10
	*/
	do_action( 'constructionn_header' );

	/**
	 * Before Content
	 *
	 * @hooked constructionn_background_header   -10
	*/
	do_action( 'constructionn_after_header' );