Plugin does not work on PHP 8.0 or higher.
-
I see the plugin does not work on any website that has PHP 8.0 or higher as it relies on the
create_function()
function which was deprecated in PHP 7.2 and removed from PHP 8.0 onwards. The solution is to replace thecreate_function()
call with an anonymous function.
- The topic ‘Plugin does not work on PHP 8.0 or higher.’ is closed to new replies.