What is the best way to edit/delete many tags at once, within a Q2A plugin (in the admin section, not on an event or page load)?
I found some code in qa-page-tag.php that grabs all the questions with that tag. Do I need to modify each question with qa_post_set_content (which also does the content reindexing)? Or should I run a more direct SQL query and reindex afterward? Are there functions to just reindex a post's tags, not the whole content?
I don't expect this specific function to be used for more than 100 questions at a time, and if it did, it would basically be a "one-time thing".