Meta Box
Support Forum
Support › MB User Meta › Using with Include_Exclude doesn't workResolved
Hey,
I've been trying to use this to hide User Meta fields depending on user role. Oddly, it works to prevent Meta Box's CSS files from loading, but does not remove the meta box html.
Hi Chris, let me check it and will get back to you.
Any update on this?
I have a solution for that, but it requires both the core plugin and the extension to update. I'm thinking about backward compatibility.
Thanks!
In the meantime, it works to wrap the metabox array within an if (current_user_can) condition.
if (current_user_can)
Yes, that would work, too. I'm refactoring the code to make it better 🙂