array( 'title' => esc_html__( 'Front Page Options', 'businex' ) ), 'theme_options' => array( 'title' => esc_html__( 'Theme Options', 'businex' ) ) ); return $panels; } add_filter( 'Businex_Customizer_panels', 'Businex_Customizer_panels' );