Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 262media

    (@262media)

    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?

    262media

    (@262media)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)