11/27/2013 at 11:51 am
#274429
Keymaster
@ Steve
The only thing I I can think of doing off the top of my head is to remove this line of code:
add_action( 'admin_menu', array( __CLASS__, 'adminMenu' ), 11 );
From the connections_link.php
file. After it is removed the menu item will no longer be added.
Hope that helps.