ThemeAvenue/Bootstrap-Collapse-Menu

PHP deprecated create_function()

Opened this issue · 0 comments

I'm seeing this error thrown in my Wordpress debug.log, running v.1.0.0 of the plugin, Wordpress 5.4.2, and PHP 7.4.2:

PHP Deprecated: Function create_function() is deprecated in [...]/wp-content/plugins/bootstrap-collapse-menu-widget/bootstrap-collapse-menu.php on line 137

Makes sense, given the PHP version used and create_function() being deprecated in PHP7.2 (https://www.php.net/manual/en/function.create-function.php)

What's the recommended fix?