array( 'title' => esc_html__( 'Fonts', 'bloguten' ), 'priority' => 60 ), 'theme_options' => array( 'title' => esc_html__( 'Theme Options', 'bloguten' ), 'priority' => 100 ) ); return $panels; } add_filter( 'Bloguten_Customizer_Panels', 'Bloguten_Customizer_Panels' );