create_function() was deprecated as of PHP 7.2. Instances of this this function throughout the repo should be removed and replaced with anonymous functions to support newer versions of PHP.
See https://www.php.net/manual/en/function.create-function.php
create_function()was deprecated as of PHP 7.2. Instances of this this function throughout the repo should be removed and replaced with anonymous functions to support newer versions of PHP.See https://www.php.net/manual/en/function.create-function.php