• Resolved InHouse

    (@inhouse)


    Hello, I recently updated to PHP 7.2.14 and noticed new notices generated by this plugin. I am turning off debugging but want to clear these notices asap. Is this something the plugin author can easily fix? Thanks in advance!

    
    Deprecated: Function create_function() is deprecated in /var/www/vhosts/domain.com/httpdocs/wp-content/plugins/ultimate-reviews/Functions/EWD_URP_Widgets.php on line 99
    
    Deprecated: Function create_function() is deprecated in /var/www/vhosts/domain.com/httpdocs/wp-content/plugins/ultimate-reviews/Functions/EWD_URP_Widgets.php on line 168
    
    Deprecated: Function create_function() is deprecated in /var/www/vhosts/domain.com/httpdocs/wp-content/plugins/ultimate-reviews/Functions/EWD_URP_Widgets.php on line 268
    
    Deprecated: Function create_function() is deprecated in /var/www/vhosts/domain.com/httpdocs/wp-content/plugins/ultimate-reviews/Functions/EWD_URP_Widgets.php on line 337
    
    • This topic was modified 5 years, 7 months ago by InHouse.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi,

    The create_function message is coming from the fact that create_function is deprecated in PHP 7.2. We are aware of this and are looking for alternatives that will not conflict with or break the rest of the plugin. When we have a solution, it will be included in an update. In the meantime, does disabling the debugging mode clear these notices?

    Thread Starter InHouse

    (@inhouse)

    Yes, I can disable debugging for now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Function create_function() is deprecated Notices with PHP 7.2.14’ is closed to new replies.