Title: PHP 7.2 Notices
Last modified: May 30, 2018

---

# PHP 7.2 Notices

 *  [Benbodhi](https://wordpress.org/support/users/benbodhi/)
 * (@benbodhi)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/php-7-2-notices/)
 * Hello,
 * I saw another topic about this, but didn’t want to hijack the thread.
 * I’m getting the following PHP notices from this plugin when using PHP 7.2:
 * `Function create_function() is deprecated`
 * Locations:
 *     ```
       wp-content/plugins/wpfront-notification-bar/classes/base/class-wpfront-options-base.php:68
       wp-content/plugins/wpfront-notification-bar/classes/base/class-wpfront-options-base.php:77
       wp-content/plugins/wpfront-notification-bar/classes/base/class-wpfront-options-base.php:84
       ```
   
 * Caller:
 *     ```
       1. do_action('plugins_loaded')
       wp-settings.php:327
   
       2. WPFront_Base->plugins_loaded_base()
       wp-includes/class-wp-hook.php:286
   
       3. WPFront_Notification_Bar->plugins_loaded()
       wp-content/plugins/wpfront-notification-bar/classes/base/class-wpfront-base.php:84
   
       4. WPFront_Notification_Bar_Options->__construct()
       wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar.php:136
   
       5. WPFront_Options_Base->addOption()
       wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar-options.php:41
       ```
   
 * Thanks for an awesome plugin!
    -  This topic was modified 8 years, 1 month ago by [Benbodhi](https://wordpress.org/support/users/benbodhi/).

Viewing 1 replies (of 1 total)

 *  Thread Starter [Benbodhi](https://wordpress.org/support/users/benbodhi/)
 * (@benbodhi)
 * [8 years ago](https://wordpress.org/support/topic/php-7-2-notices/#post-10397950)
 * It looks like you just need to swap out the create_function with an anonymous
   function or something.

Viewing 1 replies (of 1 total)

The topic ‘PHP 7.2 Notices’ is closed to new replies.

 * ![](https://ps.w.org/wpfront-notification-bar/assets/icon.svg?rev=1672432)
 * [WPFront Notification Bar](https://wordpress.org/plugins/wpfront-notification-bar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpfront-notification-bar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpfront-notification-bar/)
 * [Active Topics](https://wordpress.org/support/plugin/wpfront-notification-bar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpfront-notification-bar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpfront-notification-bar/reviews/)

## Tags

 * [php7.2](https://wordpress.org/support/topic-tag/php7-2/)

 * 1 reply
 * 1 participant
 * Last reply from: [Benbodhi](https://wordpress.org/support/users/benbodhi/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/php-7-2-notices/#post-10397950)
 * Status: not resolved