• Please add PHP 8 Support!

    Google Sign In won’t work with curly braces!

    Change line 67 of /wp-content/plugins/accesspress-social-login-lite/google/Utils.php from this
    
    $ordinalValue = ord($str{$ret});
    
    to this
    
    $ordinalValue = ord($str[$ret]);

    The page I need help with: [log in to see the link]

  • The topic ‘PHP 8 Support?’ is closed to new replies.