ipt-knowledgebase-theme-wp icon indicating copy to clipboard operation
ipt-knowledgebase-theme-wp copied to clipboard

Replace deprecated create_function

Open UTCGilligan opened this issue 3 years ago • 1 comments

"This function internally performs an eval() and as such has the same security issues as eval(). Additionally it has bad performance and memory usage characteristics.

A native anonymous function should be used instead."

  • https://www.php.net/manual/en/function.create-function.php#:~:text=This%20function%20has%20been%20DEPRECATED,this%20function%20is%20highly%20discouraged.

UTCGilligan avatar Feb 23 '22 01:02 UTCGilligan

These changes fix some PHP 8.1 deprecations and errors.

UTCGilligan avatar Nov 16 '22 16:11 UTCGilligan