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