PHP 7.2: Function create_function() is deprecated
-
I am using the Pro+ version (3.6.1) of the plugin. The server runs PHP 7.2 which deprecated create_function(). The plugin still works but each page load throws 6 debug notices. The PHP docs recommends to replace the create_function with anonymous functions (https://php.net/manual/de/function.create-function.php).
[22-Jan-2018 12:10:44 UTC] PHP Deprecated: Function create_function() is deprecated in …\wp-content\plugins\TooltipProPlus\widgets.php on line 6
[22-Jan-2018 12:10:44 UTC] PHP Deprecated: Function create_function() is deprecated in …\wp-content\plugins\TooltipProPlus\widgets.php on line 141
[22-Jan-2018 12:10:44 UTC] PHP Deprecated: Function create_function() is deprecated in …\wp-content\plugins\TooltipProPlus\widgets.php on line 249
[22-Jan-2018 12:10:44 UTC] PHP Deprecated: Function create_function() is deprecated in …\wp-content\plugins\TooltipProPlus\widgets.php on line 548
[22-Jan-2018 12:10:44 UTC] PHP Deprecated: Function create_function() is deprecated in …\wp-content\plugins\TooltipProPlus\widgets.php on line 630
[22-Jan-2018 12:10:44 UTC] PHP Deprecated: Function create_function() is deprecated in …\wp-content\plugins\TooltipProPlus\widgets.php on line 384
- The topic ‘PHP 7.2: Function create_function() is deprecated’ is closed to new replies.