base64_decode is not working with php8.1 & magento 2.4.4

204 views Asked by At

We are using Magento 2.4.4 on php8.1 and one of the magento core file is having a method which is using base64_decode() method. Can you please suggest alternate of base64_decode();

$filterString = base64_decode($filterString);

0

There are 0 answers