Which class replace for “Zend_Validate” in Magento 2.4.6?
I have one function that uses the “Zend_Validate” Now I upgraded my Magento version to 2.4.6 and I got an error like.. https://prnt.sc/z3i-VQY7VFvp with class replace my code is if (!Zend_Validate::is($email, MagentoFrameworkValidatorEmailAddress::class)) { $messages [] = __(“Please enter a valid… Read More »Which class replace for “Zend_Validate” in Magento 2.4.6?