wp_update_term does not support custom fields so you will need to use update_term_meta instead.
update_term_meta($personid, '_dob', $_POST['newDob']);
Related Posts:
- Order get_terms() By Custom Field
- Update custom category fields front-end
- Sort categories by custom field in WordPress admin
- Is There a Difference Between Taxonomies and Categories?
- Check if a post is in any child category of a parent category
- How to export and import taxonomies (category, tag and/or custom taxonomy) and their terms
- get_terms vs. get_categories: does it matter?
- Woocommerce get category image full size
- Control term order on a per-post basis
- Fixing category count
- How can I get category ID by category name?
- get_field not displaying my custom field value
- get_terms name__like list categories according to letter
- Elegant way to add parent categories?
- How can I select a primary category?
- Programmatically create product category and add thumbnail in woocommerce
- How to order the get_categories result
- Add extra fields to Add New Category page
- Send an email when custom post type category is changed
- Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
- Need help adding custom field to category
- adding custom fields to next and previous post link
- Excluding posts from a category but only if they’re not in multiple categories
- Custom query with category exclusion and post-meta “whitelist”
- Sort category page with custom field
- Update term count using a callback function
- Create a full width responsive header image per page
- Get terms that are associated with products from current category
- Does WordPress Offer a Way to Find All of the Categories that Don’t Have Children?
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- Removed slug from CPT, now How/where do I hook the filter to the taxonomy term archive pages link?
- Getting the sub category
- Use get_term_children to get the sub category of a parent category for the current post
- Action hooks returning old category instead of new category
- Update wordpress post terms programatically
- Display empty taxonomy terms with get_terms()
- Get a list of Terms for a specific category
- Return category slug / title from category ID
- Filter out posts before display category count
- When to use ‘get_category_by_path’ vs. ‘get_term_by’ to get category object from `get_query_var( ‘category_name’ )`?
- How to put enctype=”multipart/form-data” in categories form?
- Add custom taxonomy under the category title
- List Terms in Category
- How do I get a list of all categories that a given user has written blog posts for?
- Set post categories to include parents when setting child category
- How to get data about category in category.php
- Limit number of terms that a custom taxonomy can save per custom post type
- Inserting Category programmatically
- How to call custom category field data in theme?
- query in category.php repeats itself
- How can i insert term in a specific language of Polylang?
- need to add custom field in more products
- Why does the argument list_only do on Walker_Category_Checklist::start_el?
- Retrieving category’s color with get_term_meta
- How to change a post category when the ACF datepicker Field is today
- Display Posts Loop for each parent and for each Child
- Listing Texts of Which Custom Field is Null
- How to “group” (categorize) the Pages together?
- Is There a Difference Between Taxonomies and Categories?
- Get posts from specific taxonomy term
- Get posts under a category with SQL
- How to query categories with Advanced Custom Fields?
- Getting category URL with hyphens, not spaces
- get_terms function not returning anything
- Display custom taxonomy attached to the post on post single page
- How to add custom color fields to the category edit page?
- wp_dropdown_categories not showing option as selected
- Ive got a term (get_term_by) but now I want to filter it by a category it is in?
- Notice: Trying to get property of non-object in : custom fields category
- Get a count of how many times a term or a category is used in posts
- Get Categories Where Taxonomy Equals ‘n’
- echo get_post_meta of all post in a category to fill up a select field
- Display sibling categories on category page
- Count tags for a specific category
- How to Link to Most Recent Custom Post of Same Term
- “Virtual category page” based on a custom field filter
- set terms to category and subcategory
- Getting Category Children
- ACF no print data [closed]
- More efficient way to list posts by category [duplicate]
- Showing HTML if Post is In Certain Taxonomy Term
- Exclude categories by ID
- Using in ‘category_name’ in ‘$query->set();’?
- How to store category and tags separatly on wordpress?
- Displaying a custom field in Category Archives
- Assign a custom post to a custom taxonomy based on custom field value
- Post to inherit custom category background image from parent
- wp_delete_term or wp_delete_category?
- Custom Fields Value As Taxonomy
- What is the best way to add an advanced / intermediate / beginner tag to a post
- Show posts from category specified using a custom field
- Combining these queries? (Same taxonomy term + same category as post)
- Adding tinymce to Custom Field boxes on Category edit page
- WP-CLI Add category as menu item main-menu
- Add properties to term object
- get_object_term_cache duplicate terms after update to wordpress 6
- How can i add service category here? [duplicate]
- List taxonomy terms assigned to a post in hierarchical view
- How to get immediate children of a ‘term’ parent id through ‘get_terms’?
- Ordering terms whilst in loop