06/05/2013 at 7:47 pm
#261818
Keymaster
@ Michael
You’re sure it was the User Role Editor? That should not have an effect on the form meta boxes…
The code to remove IM and notes would be:
remove_meta_box( 'metabox-messenger', $connections->pageHook->link, 'normal' );
remove_meta_box( 'metabox-note', $connections->pageHook->link, 'normal' );