selective_refresh ) ? 'postMessage' : 'refresh'; // Footer Panel // $wp_customize->add_panel( 'footer_section', array( 'priority' => 34, 'capability' => 'edit_theme_options', 'title' => __('Footer', 'artech'), ) ); /*========================================= Footer Above =========================================*/ $wp_customize->add_section( 'footer_above', array( 'title' => __('Footer Above','artech'), 'panel' => 'footer_section', 'priority' => 2, ) ); // hide/show $wp_customize->add_setting( 'hs_above_footer' , array( 'default' => '1', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'artech_sanitize_checkbox', 'priority' => 1, ) ); $wp_customize->add_control( 'hs_above_footer', array( 'label' => esc_html__( 'Hide/Show', 'artech' ), 'section' => 'footer_above', 'type' => 'checkbox' ) ); // Get In Touch Title $wp_customize->add_setting( 'footer_get_in_touch_title', array( 'default' => __('Call Us Now','artech'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'artech_sanitize_html', ) ); $wp_customize->add_control( 'footer_get_in_touch_title', array( 'label' => __('Get In Touch Title','artech'), 'section' => 'footer_above', 'type' => 'text', ) ); // Get In Touch Link $wp_customize->add_setting( 'footer_get_in_touch_number', array( 'default' => '+12 345 678 90', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'artech_sanitize_url', ) ); $wp_customize->add_control( 'footer_get_in_touch_number', array( 'label' => __('Get In Touch Number','artech'), 'section' => 'footer_above', 'type' => 'text', ) ); // icon // $wp_customize->add_setting( 'footer_get_in_touch_icon', array( 'default' => 'fa-phone', 'sanitize_callback' => 'sanitize_text_field', 'capability' => 'edit_theme_options', 'priority' => 4, ) ); $wp_customize->add_control(new Artech_Icon_Picker_Control($wp_customize, 'footer_get_in_touch_icon', array( 'label' => __('Icon','artech'), 'section' => 'footer_above', 'iconset' => 'fa', )) ); // Email Title $wp_customize->add_setting( 'footer_office_hours_title', array( 'default' => __('Working Hours','artech'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'artech_sanitize_html', ) ); $wp_customize->add_control( 'footer_office_hours_title', array( 'label' => __('Office Hours Title','artech'), 'section' => 'footer_above', 'type' => 'text', ) ); // Email Description $wp_customize->add_setting( 'footer_office_hours', array( 'default' => 'Mon To Sat 10AM To 7PM Sunday close', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'artech_sanitize_url', ) ); $wp_customize->add_control( 'footer_office_hours', array( 'label' => __('Office Hours','artech'), 'section' => 'footer_above', 'type' => 'text', ) ); // icon // $wp_customize->add_setting( 'footer_office_hours_icon', array( 'default' => 'fa-clock-o', 'sanitize_callback' => 'sanitize_text_field', 'capability' => 'edit_theme_options', 'priority' => 4, ) ); $wp_customize->add_control(new Artech_Icon_Picker_Control($wp_customize, 'footer_office_hours_icon', array( 'label' => __('Office Hours Icon','artech'), 'section' => 'footer_above', 'iconset' => 'fa', )) ); // Get In Touch Title $wp_customize->add_setting( 'footer_address_title', array( 'default' => __('Location','artech'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'artech_sanitize_html', ) ); $wp_customize->add_control( 'footer_address_title', array( 'label' => __('Address Title','artech'), 'section' => 'footer_above', 'type' => 'text', ) ); // Get In Touch Link $wp_customize->add_setting( 'footer_contact_address', array( 'default' => 'St Klida Main Road', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'artech_sanitize_url', ) ); $wp_customize->add_control( 'footer_contact_address', array( 'label' => __('Location','artech'), 'section' => 'footer_above', 'type' => 'text', ) ); // icon // $wp_customize->add_setting( 'footer_contct_icon', array( 'default' => 'fa-map-marker', 'sanitize_callback' => 'sanitize_text_field', 'capability' => 'edit_theme_options', 'priority' => 4, ) ); $wp_customize->add_control(new Artech_Icon_Picker_Control($wp_customize, 'footer_contct_icon', array( 'label' => __('Icon','artech'), 'section' => 'footer_above', 'iconset' => 'fa', )) ); // Footer Setting Section // $wp_customize->add_section( 'footer_copy_Section', array( 'title' => __('Below Footer','artech'), 'panel' => 'footer_section', 'priority' => 4, ) ); //Above Footer Documentation Link class WP_footer_copy_Section_Customize_Control extends WP_Customize_Control { public $type = 'new_menu'; function render_content() { ?>
Footer > Footer Copy Section
Click Here
Footer > Footer Background
Click Here