Works great, but…
-
This plugin (still) works great.
However be aware that it’s not compatible with PHP 8 or newer, the latest PHP version this plugin will work with is 7.4. This is due to its use of
create_function
, which has been deprecated since PHP 7.2 and removed as of PHP 8. This should be replaced with an anonymous function, which is easy enough. But I haven’t tested this myself, so I don’t know if that’s the only incompatibility with PHP 8+.
- The topic ‘Works great, but…’ is closed to new replies.