update( $wpdb->prefix . 'apt_appearence', array( 'ap_bg_color' => $ap_appearance_color, 'ap_progress_bar' => $ap_progress_bar, 'ap_show_logo' => $ap_show_logo, 'ap_logo' => $upload_img, 'ap_logo_width' => $logo_width, 'ap_logo_height' => $logo_height, 'ap_show_phone_no' => $ap_show_phone_no, 'ap_phone_no' => $phone_number, 'ap_phone_icon' => $phone_icon, 'ap_show_email' => $ap_show_email, 'ap_email' => $email_address, 'ap_email_icon' => $ap_email_icon, 'ap_social_link1' => $ap_social_link1, 'ap_social_link2' => $ap_social_link2, 'ap_social_link3' => $ap_social_link3, 'ap_social_link4' => $ap_social_link4, 'ap_social_link5' => $ap_social_link5, 'ap_social_icon1' => $ap_social_icon1, 'ap_social_icon2' => $ap_social_icon2, 'ap_social_icon3' => $ap_social_icon3, 'ap_social_icon4' => $ap_social_icon4, 'ap_social_icon5' => $ap_social_icon5 ), array( 'id' => "1" ) ); } if ( isset( $_REQUEST['s_navigation_button'] ) && isset( $_POST['service_appearance_form_nonce'] ) ) { if ( ! wp_verify_nonce( $_POST['service_appearance_form_nonce'], 'service_appearance_form_nonce' ) ) { die( "Nonce not verified" ); } $s_navigation_button = sanitize_text_field( $_REQUEST['s_navigation_button'] ); $wpdb->update( $wpdb->prefix . 'apt_appearence', array( 'service_navigation_text' => $s_navigation_button ), array( 'id' => "1" ) ); $service_tips = sanitize_text_field( $_REQUEST['appearence_service_tips'] ); update_option( "service_tips", $service_tips ); } if ( isset( $_REQUEST['t_f_navigation_button'] ) && isset( $_POST['time_appearance_form_nonce'] ) ) { if ( ! wp_verify_nonce( $_POST['time_appearance_form_nonce'], 'time_appearance_form_nonce' ) ) { die(); } $t_b_navigation_button = sanitize_text_field( $_REQUEST['t_b_navigation_button'] ); $t_f_navigation_button = sanitize_text_field( $_REQUEST['t_f_navigation_button'] ); $wpdb->update( $wpdb->prefix . 'apt_appearence', array( 'time_navigation_text_backward' => $t_b_navigation_button, 'time_navigation_text_forward' => $t_f_navigation_button ), array( 'id' => "1" ) ); $time_tips = sanitize_text_field( $_REQUEST['appearence_time_tips'] ); update_option( "time_tips", $time_tips ); } if ( isset( $_REQUEST['d_f_navigation_button'] ) && isset( $_POST['details_appearance_form_nonce'] ) ) { if ( ! wp_verify_nonce( $_POST['details_appearance_form_nonce'], 'details_appearance_form_nonce' ) ) { die(); } $d_b_navigation_button = sanitize_text_field( $_REQUEST['d_b_navigation_button'] ); $d_f_navigation_button = sanitize_text_field( $_REQUEST['d_f_navigation_button'] ); $wpdb->update( $wpdb->prefix . 'apt_appearence', array( 'details_navigation_text_backward' => $d_b_navigation_button, 'details_navigation_text_forward' => $d_f_navigation_button ), array( 'id' => "1" ) ); $details_tips = sanitize_text_field( $_REQUEST['appearence_detail_tips'] ); update_option( "details_tips", $details_tips ); } if ( isset( $_REQUEST['c_f_navigation_button'] ) && isset( $_POST['confirm_appearance_form_nonce'] ) ) { if ( ! wp_verify_nonce( $_POST['confirm_appearance_form_nonce'], 'confirm_appearance_form_nonce' ) ) { die(); } $c_b_navigation_button = sanitize_text_field( $_REQUEST['c_b_navigation_button'] ); $c_f_navigation_button = sanitize_text_field( $_REQUEST['c_f_navigation_button'] ); $wpdb->update( $wpdb->prefix . 'apt_appearence', array( 'confirm_navigation_text_backward' => $c_b_navigation_button, 'confirm_navigation_text_forward' => $c_f_navigation_button ), array( 'id' => "1" ) ); $confirm_tips = sanitize_text_field( $_REQUEST['appearence_confirm_tips'] ); update_option( "confirm_tips", $confirm_tips ); } if ( isset( $_REQUEST['done_tip_2'] ) && isset( $_POST['done_appearance_form_nonce'] ) ) { if ( ! wp_verify_nonce( $_POST['done_appearance_form_nonce'], 'done_appearance_form_nonce' ) ) { die(); } $done_icon = sanitize_text_field( $_REQUEST['done_icon'] ); $wpdb->update( $wpdb->prefix . 'apt_appearence', array( 'done_page_icon' => $done_icon, ), array( 'id' => "1" ) ); $done_tips = sanitize_text_field( $_REQUEST['appearence_done_tips'] ); update_option( "done_tips", $done_tips ); } if ( isset( $_REQUEST['customs_css'] ) && isset( $_POST['ap_custom_css_nonce'] ) ) { if ( ! wp_verify_nonce( $_POST['ap_custom_css_nonce'], 'ap_custom_css_nonce' ) ) { die(); } $customs_css = sanitize_text_field( $_REQUEST['customs_css'] ); $wpdb->update( $wpdb->prefix . 'apt_settings', array( 'custom_css' => $customs_css ), array( 'id' => '1' ) ); } $ap_appearance_data = $wpdb->get_row( "select * from $wpdb->prefix" . "apt_appearence WHERE id ='1'" ); ?>

ap_progress_bar == 'yes' ) { echo 'checked="checked"'; } ?> >
ap_progress_bar == 'no' ) { echo 'checked="checked"'; } ?> />
ap_show_logo == 'yes' ) { echo 'checked="checked"'; } ?>/>
ap_show_logo == 'no' ) { echo 'checked="checked"'; } ?> />
ap_logo_width; ?>
ap_logo_height; ?>
ap_show_phone_no == 'yes' ) { echo 'checked="checked"'; } ?>/>
ap_show_phone_no == 'no' ) { echo 'checked="checked"'; } ?>/>
ap_show_email == 'yes' ) { echo 'checked="checked"'; } ?>/>
ap_show_email == 'no' ) { echo 'checked="checked"'; } ?>/>

false, "quicktags" => true, "tinymce" => array( "plugins" => "wordpress" ) ); ?>

false, "quicktags" => true, "tinymce" => array( "plugins" => "wordpress" ) ); ?>

false, "quicktags" => true, "tinymce" => array( "plugins" => "wordpress" ) ); ?>

false, "quicktags" => true, "tinymce" => array( "plugins" => "wordpress" ) ); ?>

false, "quicktags" => true, "tinymce" => array( "plugins" => "wordpress" ) ); ?>

get_col( "SELECT custom_css from $settings_table" ); $custom_csss = $custom_css[0]; ?>

Note: Please Do Not Use Style Tag With Custom CSS