Function create_function() is deprecated in error
-
I am getting a service 500 error all the time with elementor and among a few other errors this one keeps coming up
[02-Mar-2021 00:45:41 UTC] PHP Deprecated: Function create_function() is deprecated in /home/transmitter/public_html/wp-content/themes/ever/framework/waves_widget/widget_socials.php on line 71
[02-Mar-2021 00:45:41 UTC] PHP Deprecated: Function create_function() is deprecated in /home/transmitter/public_html/wp-content/themes/ever/framework/waves_widget/widget_post.php on line 151this is the code on line 71:
add_action(‘widgets_init’, create_function(”, ‘return register_widget(“ever_Socialswidget”);’));it has been suggested to change it create_function to function(){} but any other suggestions would be awesome
thanks!
- The topic ‘Function create_function() is deprecated in error’ is closed to new replies.