WP native tag suggest metabox. How does it process tag id?

It just passes the tag names to wp_update_post(), which eventually calls wp_set_post_tags(), which eventually converts the names to term_ids, using term_exists().

Leave a Comment