add_setting( 'demo_Review', array( 'default' => '', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'sanitize_text_field', ) ); $wp_customize->add_control( new WP_demo_Customize_Control( $wp_customize, 'demo_Review', array( 'label' => __('Discover Health center lite Pro','spasalon'), 'section' => 'spasalon_pro_section', 'setting' => 'demo_Review', )) ); class WP_Pro_Customize_Control extends WP_Customize_Control { public $type = 'new_menu'; /** * Render the control's content. */ public function render_content() { ?>
add_section( 'spasalon_pro_section' , array( 'title' => __('UPGRADE TO PRO VERSION', 'spasalon'), 'priority' => 1150, ) ); $wp_customize->add_setting( 'upgrade_pro', array( 'default' => __('','spasalon'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'sanitize_text_field', ) ); $wp_customize->add_control( new WP_Pro_Customize_Control( $wp_customize, 'upgrade_pro', array( 'label' => __('Discover Spasalon lite Pro','spasalon'), 'section' => 'spasalon_pro_section', 'setting' => 'upgrade_pro', )) ); class WP_Review_Customize_Control extends WP_Customize_Control { public $type = 'new_menu'; /** * Render the control's content. */ public function render_content() { ?>
add_setting( 'pro_Review', array( 'default' => __('','spasalon'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'sanitize_text_field', ) ); $wp_customize->add_control( new WP_Review_Customize_Control( $wp_customize, 'pro_Review', array( 'label' => __('Discover Health center lite Pro','spasalon'), 'section' => 'spasalon_pro_section', 'setting' => 'pro_Review', )) ); class WP_document_Customize_Control extends WP_Customize_Control { public $type = 'new_menu'; /** * Render the control's content. */ public function render_content() { ?>
add_setting( 'doc_Review', array( 'default' => __('','spasalon'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'sanitize_text_field', ) ); $wp_customize->add_control( new WP_document_Customize_Control( $wp_customize, 'doc_Review', array( 'label' => __('Discover Spasalon lite Pro','spasalon'), 'section' => 'spasalon_pro_section', 'setting' => 'doc_Review', )) ); } add_action( 'customize_register', 'spasalon_pro_customizer' ); ?>