ip-geo-block/includes/Net/IPv6.php
-
Line 849 Array and string offset access syntax with curly braces is no longer supported – I solved for me to change
$ip{$pos} = ‘_’;
to
$ip[$pos] = ‘_’;
wordpress 6.2 with php 8.1
- The topic ‘ip-geo-block/includes/Net/IPv6.php’ is closed to new replies.