HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-27-128 6.8.0-1033-aws #35~22.04.1-Ubuntu SMP Wed Jul 23 17:51:00 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/dura-films/wp-content/themes/boldlab/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
    <link rel="profile" href="http://gmpg.org/xfn/11">

	<?php if ( is_singular() && pings_open( get_queried_object() ) ) { ?>
        <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
	<?php } ?>

	<?php wp_head(); ?>
</head>
<body <?php body_class(); ?> itemscope itemtype="https://schema.org/WebPage">
<?php
// Hook to include default WordPress hooks after body tag open
if ( function_exists( 'wp_body_open' ) ) {
	wp_body_open();
}

// Hook to include additional content after body tag open
do_action( 'boldlab_action_after_body_tag_open' );
?>
<div id="qodef-page-wrapper" class="<?php echo esc_attr( boldlab_get_page_wrapper_classes() ); ?>">
	<?php
	// Hook to include page header template
	do_action( 'boldlab_action_page_header_template' ); ?>
    <div id="qodef-page-outer">
		<?php
		// Include title template
		get_template_part( 'title' );

		// Hook to include additional content before page inner content
		do_action( 'boldlab_action_before_page_inner' ); ?>
        <div id="qodef-page-inner" class="<?php echo esc_attr( boldlab_get_page_inner_classes() ); ?>">