'dashicons-format-gallery',
'text' => __( 'Upload Logo', 'bingle' ),
'link' => add_query_arg( array( 'autofocus[section]' => 'title_tagline' ), admin_url( 'customize.php' ) ),
),
array(
'icon' => 'dashicons-admin-home',
'text' => __( 'Header Settings', 'bingle' ),
'link' => add_query_arg( array( 'autofocus[panel]' => 'bingle_header_panel' ), admin_url( 'customize.php' ) ),
),
array(
'icon' => 'dashicons-external',
'text' => __( 'Footer Settings', 'bingle' ),
'link' => add_query_arg( array( 'autofocus[panel]' => 'bingle_footer_panel' ), admin_url( 'customize.php' ) ),
),
array(
'icon' => 'dashicons-menu',
'text' => __( 'Menu Options', 'bingle' ),
'link' => add_query_arg( array( 'autofocus[panel]' => 'nav_menus' ), admin_url( 'customize.php' ) ),
),
array(
'icon' => 'dashicons-update',
'text' => __( 'Inner Pages Settings', 'bingle' ),
'link' => add_query_arg( array( 'autofocus[section]' => 'bingle_inner_panel' ), admin_url( 'customize.php' ) ),
),
);
foreach ( $data as $customizer_item ) {
?>