Replies: 1
Hi! I’m working on a project and I need to save site SEO data from TSF to a particular, non WP DB table whenever the site admin changes said data. I’ve been going through the documentation, but couldnt find any reasonable way to do so.
To be clear: when the WP admin changes, for example, site og_description, I need to capture this action and save some data to a DB. I’ve managed to achieve this mechanism for posts, leveraging WP hooks, but I am at a loss here!
Could you point me in the right direction?
Thanks in advance!