'dashicons-format-gallery', 'text' => __( 'Upload Logo', 'aglee-lite' ), 'link' => add_query_arg( array( 'autofocus[section]' => 'title_tagline' ), admin_url( 'customize.php' ) ), ), array( 'icon' => 'dashicons-align-center', 'text' => __( 'General Settings', 'aglee-lite' ), 'link' => add_query_arg( array( 'autofocus[panel]' => 'aglee_lite_general_panel' ), admin_url( 'customize.php' ) ), ), array( 'icon' => 'dashicons-external', 'text' => __( 'Header Settings', 'aglee-lite' ), 'link' => add_query_arg( array( 'autofocus[panel]' => 'header_setting' ), admin_url( 'customize.php' ) ), ), array( 'icon' => 'dashicons-menu', 'text' => __( 'Menu Options', 'aglee-lite' ), 'link' => add_query_arg( array( 'autofocus[section]' => 'menu_settings_section' ), admin_url( 'customize.php' ) ), ), array( 'icon' => 'dashicons-admin-home', 'text' => __( 'HomePage Settings', 'aglee-lite' ), 'link' => add_query_arg( array( 'autofocus[section]' => 'aglee_lite_section_titles' ), admin_url( 'customize.php' ) ), ), array( 'icon' => 'dashicons-update', 'text' => __( 'Footer Settings', 'aglee-lite' ), 'link' => add_query_arg( array( 'autofocus[section]' => 'footer_layout_section' ), admin_url( 'customize.php' ) ), ), array( 'icon' => 'dashicons-format-aside', 'text' => __( 'Blog Settings', 'aglee-lite' ), 'link' => add_query_arg( array( 'autofocus[section]' => 'blogpage_setting_pannel' ), admin_url( 'customize.php' ) ), ), array( 'icon' => 'dashicons-admin-appearance', 'text' => __( 'Slider Settings', 'aglee-lite' ), 'link' => add_query_arg( array( 'autofocus[panel]' => 'slider_setting_pannel' ), admin_url( 'customize.php' ) ), ), ); foreach ( $data as $customizer_item ) { ?>