add_panel( 'general_settings', array( 'priority' => 30, 'capability' => 'edit_theme_options', 'title' => __('General Settings', 'business-max'), ) ); $wp_customize->add_panel( 'typography_panel', array( 'priority' => 90, 'capability' => 'edit_theme_options', 'title' => __('Typography', 'business-max'), ) ); } add_action( 'customize_register', 'business_max_panels' );