Thanks for confirming!
"Disabled" won't work for this case - we're deprecating an existing field. We want to prevent users from changing them, but still display the existing value if already set.
I'll find a workaround. Thanks!
Why didn't I think of that!? Thanks [email protected]!
Thanks!
In the meantime, it works to wrap the metabox array within an if (current_user_can) condition.
if (current_user_can)
Any update on this?