Conversation
supportToday 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?
No comments were stored for this source.