Hi,
I am a WordPress newbie, I am writing a plugin that does the following.
1. on "save_post", I send the $_POST[content] to my server, which does NLP and sends back the tags and categories. This part is working fine.
2. I need to add the array of tags and array of categories to, "Post Tags" and "Categories" meta boxes.
I am not sure how to do item 2. Any pointers are really appreciated.
Thanks!
Vijay.