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
Back To Top
Search