📄 Viewing: /home/navyug/public_html/wp-content/themes/rasa-education/header.php
<?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 Rasa Education
 */
/**
* Hook - rasa_education_action_doctype.
*
* @hooked rasa_education_doctype -  10
*/
do_action( 'rasa_education_action_doctype' );
?>
<head>
<?php
/**
* Hook - rasa_education_action_head.
*
* @hooked rasa_education_head -  10
*/
do_action( 'rasa_education_action_head' );
?>

<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>
<?php do_action( 'wp_body_open' ); ?>

<?php

/**
* Hook - rasa_education_action_before.
*
* @hooked rasa_education_page_start - 10
*/
do_action( 'rasa_education_action_before' );

/**
*
* @hooked rasa_education_header_start - 10
*/
do_action( 'rasa_education_action_before_header' );

/**
*
*@hooked rasa_education_site_branding - 10
*@hooked rasa_education_header_end - 15 
*/
do_action('rasa_education_action_header');

/**
*
* @hooked rasa_education_content_start - 10
*/
do_action( 'rasa_education_action_before_content' );

/**
 * Banner start
 * 
 * @hooked rasa_education_banner_header - 10
*/
do_action( 'rasa_education_banner_header' );  

← Back to directory