Server IP : 192.64.118.117 / Your IP : 18.220.97.0 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/thread-self/root/home/thecgapy/mcprintingandpromotions.com/wp-content/themes/vilva/ |
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 Vilva */ /** * Doctype Hook * * @hooked vilva_doctype */ do_action( 'vilva_doctype' ); ?> <head itemscope itemtype="http://schema.org/WebSite"> <?php /** * Before wp_head * * @hooked vilva_head */ do_action( 'vilva_before_wp_head' ); wp_head(); ?> </head> <body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage"> <?php wp_body_open(); /** * Before Header * * @hooked vilva_page_start - 20 */ do_action( 'vilva_before_header' ); /** * Header * * @hooked vilva_header - 20 */ do_action( 'vilva_header' ); /** * Before Content * * @hooked vilva_banner - 15 * @hooked vilva_featured_area - 20 * @hooked vilva_top_bar - 30 */ do_action( 'vilva_after_header' ); /** * Content * * @hooked vilva_content_start */ do_action( 'vilva_content' );