Support Forum
Support › Meta Box AIO › WordPress Preview Button Actually Saving DataResolved
Greetings,
We have a problem that we've isolated to an interaction between Meta Box and one of our page templates. We're continuing to troubleshoot things on our end, but thought we'd post here in case anyone has any insight into the problem.
Here's the situation: one of our page templates, named Landing Page, includes a series of Meta Box fields for some content and display options. One of our editors noticed that, when they are editing such a page, clicking the WordPress preview button to review their changes is actually changing the page's data, even if you don't change Meta Box information. That is, if you only change (for example) the page's title, then click the preview button, the entire page is saved for real and the live site displays the new title. Even the toast notification the WP shows when the page is saved pops up in the lower left, so the core wp_update_post
function appears to be running in a way that it's not supposed to.
We know it's a Meta Box interaction because we removed the fields from that template (by removing it from the array returned by our custom rwmb_meta_boxes
filter) and without the fields, the WordPress preview button works as expected (i.e. the currently live site remains unchanged).
We're running WP 5.4.2, Meta Box 5.3.3, and Meta Box AIO 1.11.16. We do use Gutenberg as our editor. Any help leading us to find the cause of this problem would be most appreciated.
Thanks,
David Dashifen Kees
Senior Full Stack Developer
University Information Services
Georgetown University
Hi,
Thank you for pointing this out. I'm going to check the issue and let you know later.
Let me know if I can help out. A video of the problem, code snippets, etc.
Thanks,
Dash
Have you had a chance to investigate further?
Thanks,
Dash
Greetings,
We wanted to come back and return to this thread. This has come up again for us and we wondered if any of your investigations resulted in any information that may be helpful to us.
Thank you, and please don't hesitate to let me know if there's anything we can do to help.
Dash
Hi,
We've fixed this issue on new commits, you can check it while waiting for the next release.
https://github.com/wpmetabox/meta-box/archive/master.zip
Thank you.