Replies: 0
I see this plugin is still not working with PHP 8.
As PHP 7.4 is phasing out right now (in 7 days, there will only be security updates for 7.4) I think PHP 8 compatibility is needed.
For example: the function get_magic_quotes_gpc() is deprecated in PHP 7.4 and is deleted in PHP 8, but is still used in this plugin.