General: Remove most uses of create_function()
create_function() is equivalent to eval(), and most of our uses can be refactored. This is simpler, more secure, and slightly more performant. Props sgolemon. Fixes #37082. Built from https://develop.svn.wordpress.org/trunk@39591 git-svn-id: https://core.svn.wordpress.org/trunk@39531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Loading
Please register or sign in to comment