' . esc_html__( 'Premium Version', 'ca-simplex-blog' ) . ':
' . esc_html__( 'Would you like to enhance the appearance and functionality of your website with an extended range of color options, font styles, and the ability to modify your footer copyright information? Consider upgrading to the pro version of your current theme, which may also include premium support and additional features to further customize your website.', 'ca-simplex-blog' ) . '
- ' . esc_html__( 'Premium Design', 'ca-simplex-blog' ) . '
- ' . esc_html__( 'More Home Page Section', 'ca-simplex-blog' ) . '
- ' . esc_html__( 'Edit Footer Copyright Information', 'ca-simplex-blog' ) . '
- ' . esc_html__( 'Premium Support', 'ca-simplex-blog' ) . '
';
$wp_customize->add_control( new ca_simplex_blog_Custom_Text( $wp_customize ,'premium_features',array(
'section' => 'ca_simplex_blog_theme_info_section',
'label' => $premium_features
) ) );
}
// ------------------------Theme More Premium Section Code-------