☝' . __( 'Please note: The Adminimize settings page ignores the Menu Options below and displays the menu with all entries.
To view your changes to the menu you need to navigate away from the Adminimize settings page.', FB_ADMINIMIZE_TEXTDOMAIN );
add_settings_error(
'_mw_settings_hint_message',
'_mw_settings_hint',
$settings_hint_message,
'updated'
);
}
function _mw_adminimize_get_admin_notices() {
settings_errors( '_mw_settings_hint_message' );
}