Home › Forums › Support › Page options working only for network administrator › Reply To: Page options working only for network administrator
January 20, 2016 at 9:54 am
#166967
Ok, fixed it. My fault.
add_filter( 'generate_metabox_capability','generate_custom_metabox_capability' );
function generate_custom_metabox_capability()
{
return 'delete_pages';
}