Where is Tag-Groups Data Stored?
-
Hi there —
I’m currently working on a site that uses WordPress as a GraphQL API. I’ve been trying to find Tag Groups in the API call, and I’m wondering where the information about the groups is getting stored on the backend.
Right now, the GraphQL API is reading the tag-groups column in the wp_terms database successfully — when I change the values in the term_group column, I see a change on the front end. I had assumed that this plugin would update that column directly, but it doesn’t seem to change anything there. Whenever I add a tag to a new group using the plugin itself, it seems to ‘get’ that the tag has been updated but I’m unable to find that metadata anywhere, including manually searching the MySQL backend using PHPMyAdmin.
Would you be able to tell me where on the backend the metadata is being stored, or is there a way to configure this plugin to update the database directly?
And if not, do you know of a plugin that does?Thanks so much! (it’s a really cool plugin+would love to use it)
agnes
- The topic ‘Where is Tag-Groups Data Stored?’ is closed to new replies.