Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP deprecated create_function() #5

Open
bknightly opened this issue Jul 9, 2020 · 0 comments
Open

PHP deprecated create_function() #5

bknightly opened this issue Jul 9, 2020 · 0 comments

Comments

@bknightly
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant