skip to Main Content

PHP 7.3 PHP Deprecated: Function create_function() is deprecated

I updated my php vesrion from 5.6 to 7.3 and now it showing an error PHP Deprecated: Function create_function() is deprecated in magiczoomplus/magiczoomplus.module.core.class.php on line 78 my code is given below 'restore-speed' => create_function('&$params', 'return $params->checkValue("restore-speed","-1")?$params->getValue("expand-speed"):$params->getValue("restore-speed");') )); How do I…

VIEW QUESTION

How to override di.xml of core module in custom module Magento 2

I want to remove some portion from di.xml of vendor module. Below example of some portion that to be removed. <type name="MagentoBraintreeBlockGooglePayShortcutButton"> <arguments> <argument name="data" xsi:type="array"> <item name="template" xsi:type="string">Magento_Braintree::googlepay/shortcut.phtml</item> <item name="alias" xsi:type="string">braintree.googlepay.mini-cart</item> <item name="button_id" xsi:type="string">braintree-googlepay-mini-cart</item> </argument> <argument name="payment" xsi:type="object">BraintreeGooglePay</argument> </arguments>…

VIEW QUESTION
Back To Top
Search