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( '
%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' ) ), ) ) ); }