add_panel( 'typography_settings', array( 'title' => __( 'Typography', 'blossom-floral-pro' ), 'capability' => 'edit_theme_options', 'priority' => 45, 'description' => __( 'Body and Content\'s H1 to H6 Typography settings.', 'blossom-floral-pro' ), ) ); } add_action( 'customize_register', 'blossom_floral_pro_customize_register_typography' );