-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field values not saved when using classic editor #1333
Comments
Hi @JaakkoKarhu, Do you see the problem if you deactivate the WP Bakery plugin? |
No, with Gutenberg it works perfectly. And to be more specific: even if the WP Bakery is activated, but using Gutenberg, it works. However, everytime on classic edit view, saving fails. I found a solution, very hackish one. So basically I have a custom hook which is fired on 'save_post': `
` I am not very proud of this code. I wrote it while being very tired, so please take this in account when evaluating... |
I am building a plugin, which relies on Meta Box -plugin. Everything works fine, except when using classic editor, ie. with Classic Editor or WP Bakery plugins. Then the changes to the fields are not saved.
I was able to track the issue RW_Meta_Box class save_post() function does not fire for some reason when clicking the "Update" button on classic editor.
I tried to add action to proper hook for fixing the issue, but was not able to.
Is there a solid fix for this issue?
Meta Box version 5.1.2
The text was updated successfully, but these errors were encountered: