add_section('extra_option', array( 'title' => esc_html__( 'Extra Option', 'enigma' ), 'priority' => 100, 'panel' =>'enigma_theme_option', 'capability' =>'edit_theme_options', ) ); $wp_customize->add_setting( 'scroll_up', array( 'type' =>'theme_mod', 'default' => 1, 'sanitize_callback' =>'enigma_sanitize_checkbox', 'capability' =>'edit_theme_options' ) ); $wp_customize->add_control( 'scroll_up', array( 'label' => esc_html__( 'Check The Box To Enable SCroll Up Arrow', 'enigma' ), 'type' =>'checkbox', 'section' => 'extra_option', 'settings' => 'scroll_up' ) ); $wp_customize->add_section('documentaion', array( 'title' => esc_html__( 'Documentaion', 'enigma' ), 'priority' => 100, 'panel' =>'enigma_theme_option', 'capability' =>'edit_theme_options', ) ); $wp_customize->add_setting( 'doc', array( 'default' => null, 'sanitize_callback' => 'enigma_sanitize_text', )); $wp_customize->add_control( new doc_control( $wp_customize, 'doc', array( 'label' => esc_html__( 'How to use elementor to create custom homepage?', 'enigma' ), 'section' => 'documentaion', 'settings' => 'doc', 'priority' => 1, ))); } if ( class_exists( 'WP_Customize_Control' ) && ! class_exists( 'doc_control' ) ) : class doc_control extends WP_Customize_Control { public function render_content() { ?>

 
$leave_reply,'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ) ?>
comment_approved == '0' ) : ?>