Hello, I’m using a tool to sync two wordpress sites, the first one is production and the second one is staging.
When I add a new snippet in the staging site, it goes to the table wp_snippets.
Then, I perform a synchronization between the sites, to get the changes of staging to production. Basically, this copies all the tables from one site to another, including the table wp_snippets.
When the synchronization is done, I can see the new snippet in production through phpMyAdmin, in the wp_snippets table. BUT the problem is that I don’t see the snippet in the wp-admin plugin section, it’s like it doesn’t exist (but indeed it exists in the table).
How can I solve this?
Thanks in advance.
