You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: