create_function throws error in PHP8
-
The plugin causes an error in PHP8 as create_function(), used in line 67, has been removed:
https://www.php.net/manual/en/function.create-function.php
If anyone else hits this – it seems fixable by replacing with an arrow function returning “html”.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘create_function throws error in PHP8’ is closed to new replies.