@shirazdrum Did you activate the meta box in the settings? I just tested it on my pages, everything ran fine. Especially because I didn’t change anything there in the last updates.
Hi,
Yes I did. it was active already, so i turned it on and off just in case but no luck. It might be worth mentioning that i’m using the tinymce editor as opposed to the new WordPress editor.
You might wanna add this filter in your function and see if you can replicate it:
add_filter(‘use_block_editor_for_post’, ‘__return_false’, 10);
Cheers,
@shirazdrum I had already tested both editors. With me it works everywhere. Maybe it’s another plugin that’s causing problems? I haven’t touched the Metabox since version 4.0.0.
I just tested your snippet, but it worked fine too. Here a simple meta-box is generated with add_meta_box.
I’ll start trouble shooting to see what’s causing it then. I’ll report back very soon. Thanks for the great plugin, I love it.