* @package Agama * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } global $top_nav, $social_icons; $header = esc_attr( get_theme_mod( 'agama_header_style', 'transparent' ) ); $top_nav = esc_attr( get_theme_mod( 'agama_top_navigation', true ) ); $social_icons = esc_attr( get_theme_mod( 'agama_top_nav_social', true ) ); ?>