It just passes the tag names to wp_update_post(), which eventually calls wp_set_post_tags(), which eventually converts the names to term_id
s, using term_exists().
Related Posts:
- The Difference Between Hierarchical and Non-Hierarchical Taxonomies?
- How to have “the most used tags” taxonomy always expanded?
- Search for tags
- Change order of WordPress tag cloud
- Unable to delete a Category and Tag that share same slug
- How do I get the current tag out of a taxonomy?
- WordPress as thesaurus/dictionnary: what approach?
- Set attachment tags from attachment’s custom field data
- Adding tag’s featured image to tag archive
- How to restrict users in edit post that can just select exists tags? not add new
- How to sync to custom taxonomies (tag structure)
- Taxonomy Tag Conditionals
- Display a tag only if there is a description
- Why does WP_Query strip colons from tag names?
- Advice on how to build multiple cross-tagged content types
- Categorize wordpress tags
- How to make tags show up in search results?
- Sorting tags by name
- Tags hierarchical
- Calling an Archive Page with specific Tag/Tax ID
- I want to edit the tags template by adding text that displays all tags from the listed posts
- show recently added tags to tag cloud
- “If an object equals a term id then return the term name”
- how to print post tags [duplicate]
- Recent posts by taxonomy and filter by tag
- How to change value in wp-include/taxonomy.php without exchanging the WordPress-core
- Add a tag like a post
- How do I add tags/taxonomy to images + a query field on page to query ‘albums’ (images with same tag/taxonomy)
- Custom Titles for Multiple Tag Taxonomy Page
- Hiding a tag from display
- How to show a hierarchical terms list?
- Why does get_term() require taxonomy? Are term_ids not unique?
- Control term order on a per-post basis
- WordPress – Creating multiple versions of the same single-customtype.php depending on selected taxonomy categories
- Exclude custom taxonomy from search results and archive pages
- check if tag exists in wp database
- How to update taxonomy custom field with wp_update_term()?
- Add Thumbnail to wp_list_categories()
- Display Post by taxonomy and taxonomy child
- Fatal error: Call to undefined method stdClass::filter() in wp-includes\taxonomy.php on line 805
- Count posts for each taxonomy term for each month
- taxonomy/category term in URL slug irrelevant for post?
- Adding a class to tag list in a function
- How to use a Term Meta Field as a link
- Embed YouTube video on category description
- Manually query posts by taxonomy with MySQL
- Custom Taxonomy leads to 404 page
- Show only, when taxonomy has posts?
- Convert Custom Post Types to Custom Taxonomies
- How do I query a taxonomy term range
- get_terms problem : related articles
- Why “Warning: Invalid argument supplied for foreach()”
- WordPress User Taxonomy Saved Values
- Tag page with Custom Post Types not returning any posts
- Display Taxonomy Description on edit-tags screen?
- get_the_terms error
- Display tag image in post using Taxonomy Images plugin index.php
- Disable stored tags queries in admin page when posting a new post
- Attaching taxonomy data to taxonomy with wp_insert_post
- Problem with orderby
- How to “group” (categorize) the Pages together?
- Taxonomy archive + query attachments = duplicate results
- Exclude posts which have any term in a certain taxonomy from the query
- Way to bulk make all my tags lowercase?
- Comma separated tax terms, with “and” before last item [duplicate]
- How to add and display a taxonomy term image in any template? (Taxonomy Images)
- Get Link to Feed On Term or Taxonomy
- Creating links to a page displaying posts from a particular category
- HTML in category name
- How to get my register taxonomy
- How can I completely hide a taxonomy term from “frontend”? [closed]
- How to display taxonomy term custom meta (using wp_get_object_terms?)?
- How to get if child category of this category is empty?
- Adding inline help to category/taxonomy checkboxes in admin sidebar
- Automatically show ‘taxonomy’ meta box by default in Appearance > Menus?
- Retrieve all term IDs of post
- update_term_meta not working
- Getting more info about the taxonomy?
- How to make HTML select options searchable
- Why doesn’t ‘post__not_in’ work with ‘cat’?
- I want to change the slugs of my terms dynamically
- taxonomy_edit_form_fields output after term fields
- Make/create a category for every page
- All tag/category/custom taxonomy archives 404
- Get a specific category in multiple categories
- $product->ID in has_term() not working, but manually inputting the ID works, why?
- how do you get one specific term from a shortcode attribute?
- Fatal error Call to a member function filter()
- Using is_tax with multiple taxonomies
- Taxonomy pages, stop them indexing or being generated?
- Pages throwing 404 error on server load
- Access WordPress Tag Function From Modal
- Display yesterday’s last post’s Custom field from Unique terms of one Taxonomies
- Apply custom taxonomy archive template to children
- Why does my taxonomy code display the first alphabetical term?
- Custom Taxonomy link out the loop
- Any way to make custom taxonomy field searchable?
- Why can’t I exclude a term ID from either get_terms or WP_Term_query?
- IF taxonomy archive is hierarchical THEN
- What is the ‘selected’ parameter in wp_dropdown_categories() for?