Plugin uses function which is depreated in PHP 7.2
-
Hello.
create_function() is now deprecated since PHP 7.2: https://php.net/manual/en/function.create-function.php
Your plugin is using it in class.yith-wcwl-init.php (line 245) causing wp to log a deprecated error.
I’ve fixed it by myself but I suggest you to fix it globally.
Thanks and have a good day!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Plugin uses function which is depreated in PHP 7.2’ is closed to new replies.