$Author_short_code, 'switch_off_name' => $switch_off_name, 'switch_off_web' => $switch_off_web, 'switch_off_bio_info' => $switch_off_bio_info, 'switch_off_page' => $switch_off_page, 'switch_off_post' => $switch_off_post, 'auther_lbl_text' => $auther_lbl_text, 'Author_bg_color' => $Author_bg_color, 'Author_Color' => $Author_Color, 'auther_lbl_text_font' => $auther_lbl_text_font, 'Author_PGPP_Font_Style' => $Author_PGPP_Font_Style, ); update_post_meta(119,'author_Settings_119', serialize($ABio_Array)); } $ABio_settings = unserialize(get_post_meta(119, 'author_Settings_119', true)); if(count($ABio_settings[0])) { $Author_short_code = $ABio_settings[0]['Author_short_code']; $switch_off_name = $ABio_settings[0]['switch_off_name']; $switch_off_web = $ABio_settings[0]['switch_off_web']; $switch_off_bio_info = $ABio_settings[0]['switch_off_bio_info']; $switch_off_page = $ABio_settings[0]['switch_off_page']; $switch_off_post = $ABio_settings[0]['switch_off_post']; $auther_lbl_text = $ABio_settings[0]['auther_lbl_text']; $Author_bg_color = $ABio_settings[0]['Author_bg_color']; $Author_Color = $ABio_settings[0]['Author_Color']; $auther_lbl_text_font = $ABio_settings[0]['auther_lbl_text_font']; $Author_PGPP_Font_Style = $ABio_settings[0]['Author_PGPP_Font_Style']; } ?>