register_section_type( 'CosmosWP_WP_Customize_Section_H3' ); $wp_customize->register_section_type( 'CosmosWP_WP_Customize_Section_P' ); // Register JS control types $wp_customize->register_control_type( 'CosmosWP_Custom_Control_Buttonset' ); $wp_customize->register_control_type( 'CosmosWP_Custom_Control_Color' ); $wp_customize->register_control_type( 'CosmosWP_Custom_Control_Range' ); $wp_customize->register_control_type( 'CosmosWP_Custom_Control_Message' ); $wp_customize->register_control_type( 'CosmosWP_Custom_Control_Heading' ); $wp_customize->register_control_type( 'CosmosWP_Custom_Control_Slider' ); $wp_customize->register_control_type( 'CosmosWP_Custom_Control_Sortable' ); $wp_customize->register_control_type( 'CosmosWP_Customize_Multicheck_Control' );