📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 08:39:54
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
consua
✏️
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 consua_preloader_wrap * * @Hooked consua_preloader_wrap_cb 10 * */ do_action( 'consua_preloader_wrap' ); /** * * consua header * * Hook consua_header * * @Hooked consua_header_cb 10 * */ do_action( 'consua_header' );
💾 Save Changes
❌ Cancel