• Resolved 262media

    (@262media)


    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)
  • 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?

    Plugin Author Video User Manuals

    (@videousermanuals)

    Thanks for point this out. We will get this fixed.

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

The topic ‘create_function() is deprecated’ is closed to new replies.