Hi
This plugin is STILL necessary.
Can someone help me to “rehook” it for 3.1 please, to have the menus in right place ?
//declare hooks
add_action( 'login_form_register', 'mp_br_register_page' );
add_action( 'network_admin_menu', 'mp_br_add_admin_menu' ); //site admin menu
add_action( 'user_admin_menu', 'mp_br_add_admin_menu' ); //user admin menu
Tried network_admin_menu and user_admin_menu but does not work :slight_frown:
though the plugin still works :slight_smile: