HEX
Server: Apache
System: Linux server-634962.emtiyz.com 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: codo66ho (1003)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/codo66ho/public_html/aamcc.emtiyz.com/wp-content/themes/consultar/header.php
<?php
/*
 * The header for our theme.
 * Author & Copyright:wpoceans
 * URL: http://themeforest.net/user/wpoceans
 */
?>
<!DOCTYPE html>
<!--[if !IE]><!-->
<html <?php language_attributes(); ?>> <!--<![endif]-->

<head>
	<meta charset="<?php bloginfo('charset'); ?>">
	<?php
	$consultar_viewport = cs_get_option('theme_responsive');
	if (!$consultar_viewport) { ?>
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
	<?php }
	$consultar_all_element_color  = cs_get_customize_option('all_element_colors'); ?>
	<meta name="msapplication-TileColor" content="<?php echo esc_attr($consultar_all_element_color); ?>">
	<meta name="theme-color" content="<?php echo esc_attr($consultar_all_element_color); ?>">
	<link rel="profile" href="//gmpg.org/xfn/11">
	<?php
	echo consultar_header_function();