PHP 8 Compatibility Fix.
-
I’ve updated the plugin so that it works with PHP 8.
You can find the new plugin on GitHub: https://github.com/luanluta/Easy-Columns-PHP-8-Update
Or direct download it here.The issue was that the plugin was using an outdated method to create a class. The only change has been to update the method used in
easy-columns.phpon line 35 from:function EasyColumns() { //constructorTo
function __construct() { //constructorTested up to PHP 8.3.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘PHP 8 Compatibility Fix.’ is closed to new replies.