/home/suroeste/public_html/wp-content/themes/ewebot/core/customizer/section
NameSizeModeActions
blog.php52380644editdlrm
general.php31570644editdlrm
google_map.php45860644editdlrm
optimization.php29780644editdlrm
page_title.php109580644editdlrm
post_types.php21400644editdlrm
preloader.php44350644editdlrm
shop_global_settings.php89950644editdlrm
shop_page_title.php100780644editdlrm
shop_single_product.php41690644editdlrm
sidebar.php50950644editdlrm
typography.php3370644editdlrm
Edit: /home/suroeste/public_html/wp-content/themes/ewebot/core/customizer/section/general.php (3157B)
esc_html__('General', 'ewebot'), ) ); Customizer::add_field( 'responsive', array( 'label' => esc_html__('Responsive Mode', 'ewebot'), 'type' => Customizer::Toggle_Control, 'settings_args' => array( 'sanitize_callback' => array( Customizer::Toggle_Control, 'sanitize' ), 'sanitize_js_callback' => array( Customizer::Toggle_Control, 'sanitize' ), ) ) ); Customizer::add_field( 'page_comments', array( 'label' => esc_html__('Page Comments', 'ewebot'), 'type' => Customizer::Toggle_Control, 'settings_args' => array( 'sanitize_callback' => array( Customizer::Toggle_Control, 'sanitize' ), 'sanitize_js_callback' => array( Customizer::Toggle_Control, 'sanitize' ), ) ) ); Customizer::add_field( 'back_to_top', array( 'label' => esc_html__('Back to Top', 'ewebot'), 'type' => Customizer::Toggle_Control, 'settings_args' => array( 'sanitize_callback' => array( Customizer::Toggle_Control, 'sanitize' ), 'sanitize_js_callback' => array( Customizer::Toggle_Control, 'sanitize' ), ) ) ); Customizer::add_field( 'bubbles_block', array( 'label' => esc_html__('Bubbles', 'ewebot'), 'type' => Customizer::Toggle_Control, 'settings_args' => array( 'sanitize_callback' => array( Customizer::Toggle_Control, 'sanitize' ), 'sanitize_js_callback' => array( Customizer::Toggle_Control, 'sanitize' ), ) ) ); Customizer::add_field( '404_page_id', array( 'label' => esc_html__('Select 404 Page', 'ewebot'), 'type' => Customizer::Dropdown_Pages_Control, 'settings_args' => array( 'capability' => 'edit_theme_options', ) ) ); Customizer::add_field( 'page_404_bg', array( 'label' => esc_html__('404 Page Background Image', 'ewebot'), 'type' => Customizer::Media_Control, ) ); Customizer::add_field( 'disable_right_click', array( 'label' => esc_html__('Disable Right-Click', 'ewebot'), 'type' => Customizer::Toggle_Control, 'settings_args' => array( 'sanitize_callback' => array( Customizer::Toggle_Control, 'sanitize' ), 'sanitize_js_callback' => array( Customizer::Toggle_Control, 'sanitize' ), ) ) ); Customizer::add_field( 'disable_right_click_text', array( 'label' => esc_html__('Right click alert text', 'ewebot'), 'conditions' => array( array( 'field' => 'disable_right_click', 'type' => 'bool', 'value' => true, ), ) ) ); Customizer::add_field( 'custom_js', array( 'label' => esc_html__('Custom JS', 'ewebot'), 'description' => esc_html__('Paste your JS code here.', 'ewebot'), 'type' => Customizer::Textarea_Control, ) ); Customizer::add_field( 'header_custom_js', array( 'label' => esc_html__('Custom JS', 'ewebot'), 'description' => esc_html__('Code to be added inside HEAD tag', 'ewebot'), 'type' => Customizer::Textarea_Control, ) );