Server IP : 192.64.118.117 / Your IP : 18.116.165.143 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/thecgapy/mcprintingandpromotions.com/wp-content/themes/chic-lite/ |
Upload File : |
<?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 Chic_Lite */ /** * Doctype Hook * * @hooked chic_lite_doctype */ do_action( 'chic_lite_doctype' ); ?> <head itemscope itemtype="http://schema.org/WebSite"> <?php /** * Before wp_head * * @hooked chic_lite_head */ do_action( 'chic_lite_before_wp_head' ); wp_head(); ?> </head> <body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage"> <?php wp_body_open(); /** * Before Header * * * @hooked chic_lite_page_start - 20 */ do_action( 'chic_lite_before_header' ); /** * Header * * @hooked chic_lite_header - 20 */ do_action( 'chic_lite_header' ); /** * Before Content * * @hooked chic_lite_banner - 15 * @hooked chic_lite_featured_area - 20 * @hooked chic_lite_top_bar - 30 */ do_action( 'chic_lite_after_header' ); /** * Content * * @hooked chic_lite_content_start */ do_action( 'chic_lite_content' );