Title: create_function() is deprecated
Last modified: March 9, 2018

---

# create_function() is deprecated

 *  Resolved [262media](https://wordpress.org/support/users/262media/)
 * (@262media)
 * [8 years ago](https://wordpress.org/support/topic/create_function-is-deprecated-3/)
 * 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](https://wordpress.org/support/users/262media/)
 * (@262media)
 * [8 years ago](https://wordpress.org/support/topic/create_function-is-deprecated-3/#post-10058258)
 * 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](https://wordpress.org/support/users/videousermanuals/)
 * (@videousermanuals)
 * [8 years ago](https://wordpress.org/support/topic/create_function-is-deprecated-3/#post-10063330)
 * 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.

 * ![](https://ps.w.org/white-label-cms/assets/icon-256x256.png?rev=1977768)
 * [White Label CMS](https://wordpress.org/plugins/white-label-cms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/white-label-cms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/white-label-cms/)
 * [Active Topics](https://wordpress.org/support/plugin/white-label-cms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/white-label-cms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/white-label-cms/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Video User Manuals](https://wordpress.org/support/users/videousermanuals/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/create_function-is-deprecated-3/#post-10063330)
 * Status: resolved