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);
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);