add_section( 'upsell', array( 'title' => __( 'Go Pro', 'page-speed' ), 'priority' => 180, 'panel' => 'theme_options', 'button' => esc_html__( 'Unlock', 'page-speed' ), ) ); $wp_customize->add_setting( 'example-control', array( 'sanitize_callback' => 'sanitize_text_field', ) ); $wp_customize->add_control( new Helium_Help_Text( $wp_customize, 'example-control', array( 'section' => 'upsell', 'priority' => 5, 'label' => __( ' ', 'page-speed' ), 'content' => sprintf( '

Page Speed %s

%s
', __( 'Premium', 'page-speed' ), __( ' While the free version you are using now is limited in no way, upgrading to the premium version gets you priority support and the following additional features.', 'page-speed' ) ) . sprintf( ' %s
', __( 'Support for non render blocking CSS for a higher Google PageSpeed score.', 'page-speed' ), __( 'Color options and gradients.', 'page-speed' ), __( 'Customizable footer columns.', 'page-speed' ), __( 'Prebuilt layouts for use with page builders.', 'page-speed' ), __( 'More color schemes.', 'page-speed' ), __( 'Search form in navigation.', 'page-speed' ), __( 'Get PageSpeed Pro', 'page-speed' ) ) ) ) ); $wp_customize->add_setting( 'example-3', array( 'sanitize_callback' => 'sanitize_text_field', ) ); $wp_customize->add_control( new Helium_Help_Text( $wp_customize, 'example-3', array( 'section' => 'footer', 'priority' => 215, 'label' => __( ' ', 'page-speed' ), 'content' => sprintf( '

%s

%s

%s

', __( 'Want to customize the number of footer columns and their widths? Or just support the development :-)', 'page-speed' ), __( 'Go Pro', 'page-speed' ), __( 'Page Speed is probably the only theme with no public facing credits or links to our site. We know important it is to keep your outbound links to minimum for your SEO efforts. #mintMoney', 'page-speed' ) ), ) ) ); $wp_customize->add_setting( 'example-2', array( 'sanitize_callback' => 'sanitize_text_field', ) ); $wp_customize->add_control( new Helium_Help_Text( $wp_customize, 'example-2', array( 'section' => 'colors', 'priority' => 215, 'label' => __( ' ', 'page-speed' ), 'content' => sprintf( '

%s

%s

', __( 'Need more color schemes, color options and gradients?', 'page-speed' ), __( 'Go Pro', 'page-speed' ) ), ) ) ); }