Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
dreamleap.star4hire.com
/
wp-content
/
themes
/
edura
✏️
Editing: header.php
<!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <?php wp_head();?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); /** * * Preloader * * Hook edura_preloader_wrap * * @Hooked edura_preloader_wrap_cb 10 * */ do_action( 'edura_preloader_wrap' ); $instructor_head_hide = isset($_GET['view'])? $_GET['view']:'instructor'; if( !is_404()) { /** * * edura header * * Hook edura_header * * @Hooked edura_header_cb 10 * */ do_action( 'edura_header' ); }
💾 Save Changes
❌ Cancel