wp_update_post not showing updated values in admin edit page
-
Hi,
We run wp_update_post to update post_name (slug) with our own logic when a new post is created.
When I activate Redis Object Cache, post edit page (admin) still shows the original post name (slug) instead of the updated one. (I’ve checked the database and the value is properly updated in the DB)
Also, the post URL is working as expected (URL uses the updated post_name).
Please see the screenshot: https://i.imgur.com/xGdT6jO.png
Is there any solution for this ?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.