I'm trying to modify the rewrite_rule field of wp_options directly in the database by adding a new directive, but when I browse the web, I modify it and leave it as it was before. Why can this be happening?
I'm trying to modify the rewrite_rule field of wp_options directly in the database by adding a new directive, but when I browse the web, I modify it and leave it as it was before. Why can this be happening?
Wordpress in your core , it has certain rules of rendering of the Database, it is likely to be the cache of the queries previous.
Note: It is not recommended to make direct changes to the wordpress DB. It can cause serious problems with the updates. My recommendation is not to touch that area.
Explain better what you want to achieve so I can help you better.