WordPress – Fatal error: Uncaught Error: Call to undefined function create_function()
Our host updated PHP and caused some of our stuff to not work. I understand create_function isnt valid any longer but I am having a hard time converting this. Can someone please help? add_filter('single_post_template', create_function( '$the_template', 'foreach( (array) get_the_category() as…