I you need to use update_post_meta($post_id,'your_meta_key','your_meta_value');
or you can save in new variable like $city_value = $_POST['city_field'];
then code will be update_post_meta($post_id,'city_field',$city_value);
Related Posts:
- Execute action after post is saved with all related post_meta records (data)
- Add post meta based on another post meta value before publish post
- Get updated post meta on save_post action?
- Correct processing of `$_POST`, following WordPress Coding Standards
- Delete post meta conditionally after save post
- Set default Custom Post Meta Value
- Save post meta foreach loop
- troubles with get_post_meta (and saving it)
- wp_insert_post inside save_post adds wrong metadata to inserted post
- post_title in save_post action
- Auto save title as custom meta field value
- get_post_meta() returns nothing in save_post, publish_post, wp_after_insert_post
- if condition from post_meta not working in save_post
- How do I retrieve the slug of the current page?
- Most efficient way to get posts with postmeta
- How to extract data from a post meta serialized array?
- How to save an array with one metakey in postmeta?
- WordPress is stripping escape backslashes from JSON strings in post_meta
- How to update_post_meta value as array
- What’s the point of get_post_meta’s $single param?
- update_post_meta and update_field ony working when saving the post
- Lack of composite indexes for meta tables
- Get a single post by a unique meta value
- Content hooks vs User hooks
- Why time functions show invalid time zone when using ‘c’ time format?
- Save both current and new version of post meta
- get_post_meta – get a single value
- Can I safely delete a record, manually, in the wp postmeta table?
- get_post_meta / update_post_meta array
- Exclude a category from the filed under list
- How do I access post meta data when publishing a new post in Gutenberg?
- Triple meta_key on custom SELECT query
- update_post_meta not adding anything.(Nor add_post_meta)
- Identifying Importer Posts
- Add a post metadata if only the key and value does not exist
- How metadata API works?
- How to sanitize post meta field value?
- Post IDs missing on delete_postmeta action hook
- How trigger to save post when updating post meta
- Create a Metabox that behaves Like a Taxonomy Box
- Views count with time limit per IP
- order by multiple meta_keys?
- conditional function to change post-meta background image
- echo image caption
- get_*_meta doesn’t always return an array
- Get Meta Key Value While Saving Post
- Generate multiple goo.gl shortlinks for qtranslate bilingual blog
- How can I convert postmeta from unserialized to serialized?
- Saving repeated option values when querying in Published, draft and all
- add_post_meta adds meta to one more different post
- Custom query, multiple custom keys
- Trying to get property of non-object error using get_post_meta()
- How can I change the tag contents of individual WordPress posts?
- get_post_meta producing white screen of death
- update_post_meta not working in plugin
- how to get a list of meta data fields assocaited with a custom post type
- Look up all posts by status or meta value – performance difference
- update_post_meta not work [closed]
- String taken from database table post_meta is showing HTML tags on Frontend
- Can A Post Meta Field Store multiple values that are not in an array?
- esc_attr on get_post_meta [closed]
- Sort custom posts in archive by multiple values: date AND meta key
- Delete posts based on post meta data
- How is the author’s name given a different color?
- How does WordPress treats attachments metadata in post content?
- How do I edit the posted “by” and “on” in the post meta
- URL to Post Meta [closed]
- How to delete duplicate records in wp_postmeta database table?
- Retrieving post meta array (attachment)
- Why is variable that get_post_meta stored in empty?
- Stop `update_post_meta` from working each time page refreshes?
- Front end update_post_meta Help
- get_post_meta in one post only
- Array of user ids to list of user names
- Conditional For get_the_author_meta
- wpdb->get_var – count author posts, meta value
- Search post overlapping dates – meta_query with meta_key
- Post Publish date not display on Umaya Child themes
- How to merge the database results into single result?
- How can I update this array built from post meta data?
- I Can’t get the post_tag name from term_id using wp_set_object_terms
- How to get the total of two meta values from different meta keys?
- Issue migrating a checkbox-type meta field to the block editor
- Get or set values in post meta
- why is my postmeta table is so heavy
- Display multiple meta_key/meta_values by single SQL query
- Meta keys won’t add using wp_insert_post
- How to save post_status using action save_post?
- How do you sort the items in a custom taxonomy meta box?
- How Can I extract Image urls from post meta
- Getting meta content from get_next_post & get_previous_post
- How to get pictures of the WordPress post
- Sorting meta box values by start- and enddate and all dates in between
- Use an id on a button to update_post_meta in post
- When importing posts to a new site if XML file has postmeta not setup on new server what happens?
- Get value from post meta array, and add it as a category
- get_post_meta image width for lazy load
- Access Serialized Post Meta Values
- Does post-meta belong in header?
- Parse error thrown by get_post_meta [closed]