![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/claquemagazineawards.com/wp-content/themes/lalita/ |
<?php /** * The template for displaying the header. * */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <link rel="profile" href="http://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php lalita_body_schema();?> <?php body_class(); ?>> <?php /** * new WordPress action since version 5.2 */ if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } else { do_action( 'wp_body_open' ); } /** * lalita_before_header hook. * * * @hooked lalita_do_skip_to_content_link - 2 * @hooked lalita_top_bar - 5 * @hooked lalita_add_navigation_before_header - 5 */ do_action( 'lalita_before_header' ); /** * lalita_header hook. * * * @hooked lalita_construct_header - 10 */ do_action( 'lalita_header' ); /** * lalita_after_header hook. * * * @hooked lalita_featured_page_header - 10 */ do_action( 'lalita_after_header' ); ?> <div id="page" class="hfeed site grid-container container grid-parent"> <div id="content" class="site-content"> <?php /** * lalita_inside_container hook. * */ do_action( 'lalita_inside_container' );