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
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?