06/12/2013 at 9:07 am
#262389
Participant
@ Steve
I had to uninstall User Role Editor because of the conflict, and using the above code, everything is purring along.
I’ve tried removing 2 other meta boxes using the above as a template, but it’s not working for me. I’m trying to remove the Logo and Dates meta boxes using:
remove_meta_box( 'metabox-logo', $connections->pageHook->link, 'side' );
remove_meta_box( 'metabox-date', $connections->pageHook->link, 'side' );
Any ideas for me?
P.S. The client is over-the-moon happy with Connections!