Hi,
I hava a client site where the ability to disable metaboxes for specific roles does not appear to be working. I am using the latest version of Pro and have checked that the meta-boxes.php and added some debug code to try and see where the issue is. It would appear that the following lines is causing the metabox code to not be executed.
if (!$this->is_restriction_aplicable()) {
return;
}
If I comment out the “return” so then the metaboxes are disabled correctly.
Any ideas why this might not be working unless I change this?
Thanks