• Today I experienced an issue with php version compatibility that comes from your plugin.

    On the main plugin page you’re supporting PHP 7.0+ but you’re using function str_contains() that came in PHP 8.0.

    Could you replace it with str_pos() or something similar to make sure that plugin will work fine?

  • The topic ‘PHP version compatibility’ is closed to new replies.