ThemeAvenue / Bootstrap-Collapse-Menu

Bootstrap Collapse Menu widget for WordPress
1 stars 1 forks source link

PHP deprecated create_function() #5

Open bknightly opened 4 years ago

bknightly commented 4 years ago

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?