Server IP : 68.65.122.142 / Your IP : 3.143.1.47 Web Server : LiteSpeed System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : glenirhm ( 1318) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/glenirhm/.cl.selector/../public_html/wp-content/themes/education-hub-pro/ |
[ Home ] | [ C0mmand ] | [ 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 Education_Hub */ ?><?php /** * Hook - education_hub_action_doctype. * * @hooked education_hub_doctype - 10 */ do_action( 'education_hub_action_doctype' ); ?> <head> <?php /** * Hook - education_hub_action_head. * * @hooked education_hub_head - 10 */ do_action( 'education_hub_action_head' ); ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php /** * Hook - education_hub_action_before. * * @hooked education_hub_page_start - 10 * @hooked education_hub_skip_to_content - 15 */ do_action( 'education_hub_action_before' ); ?> <?php /** * Hook - education_hub_action_before_header. * * @hooked education_hub_header_top_content - 5 * @hooked education_hub_header_start - 10 */ do_action( 'education_hub_action_before_header' ); ?> <?php /** * Hook - education_hub_action_header. * * @hooked education_hub_site_branding - 10 */ do_action( 'education_hub_action_header' ); ?> <?php if ( is_active_sidebar( 'header-widget' ) ) : ?> <div id="header-widget-area" class="hw-widget widget-area" role="complementary"> <?php dynamic_sidebar( 'header-widget' ); ?> </div> <?php endif; ?> <?php /** * Hook - education_hub_action_after_header. * * @hooked education_hub_header_end - 10 * @hooked education_hub_add_primary_navigation - 20 */ do_action( 'education_hub_action_after_header' ); ?> <?php /** * Hook - education_hub_action_before_content. * * @hooked education_hub_add_featured_content - 6 * @hooked education_hub_add_front_page_widget_area - 7 * @hooked education_hub_add_home_news_event - 8 * @hooked education_hub_add_breadcrumb - 7 * @hooked education_hub_content_start - 10 */ do_action( 'education_hub_action_before_content' ); ?> <?php /** * Hook - education_hub_action_content. */ do_action( 'education_hub_action_content' ); ?>