register_section_type( 'OnePress_Section_Plus' ); // Register sections. $wp_customize->add_section( 'onepress_order_styling_preview', array( 'title' => esc_html__( 'Section Order & Styling', 'onepress' ), 'priority' => 129, ) ); // Plus message $wp_customize->add_setting( 'onepress_order_styling_message', array( 'sanitize_callback' => 'onepress_sanitize_text', ) ); $wp_customize->add_control( new OnePress_Misc_Control( $wp_customize, 'onepress_order_styling_message', array( 'type' => 'custom_message', 'section' => 'onepress_order_styling_preview', 'description' => __('

Drag & Drop Section Orders

Check out the OnePress Plus version for full control over the frontpage SECTIONS ORDER!

Advanced Section Styling

Check out the OnePress Plus version for full control over the section styling which includes background color, image, video, parallax effect, custom style and more ...

', 'onepress' ) ) )); $wp_customize->add_section( new OnePress_Section_Plus( $wp_customize, 'onepress-plus', array( 'priority' => 1, 'plus_text' => __( 'OnePress Plus Available! Take a look', 'onepress' ), 'plus_url' => 'https://www.famethemes.com/plugins/onepress-plus/?utm_source=theme_customizer&utm_medium=text_link&utm_campaign=onepress_customizer#get-started' ) ) );