Maybe:
if (get_option('wlcms_o_dashboard_remove_nag_update') == 1)
{
if(!current_user_can('manage_options')){
remove_action( 'admin_notices', 'update_nag', 3 );
remove_action( 'admin_notices', 'maintenance_nag', 10 );
}
}
anyone?
I would like to see this error fixed:)
function create_function() is deprecated in white-label-cms/includes/conditionals.php on line 39
The plugin generated 2287 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.