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