I have the following code on my php website from a theme i made a long time ago but it gives warnings on 7.4 and errors on 8.0
add_action('widgets_init', create_function('', 'return register_widget("Banners125");'));
Any suggestion on how i can fix this code in my wordpress theme for php 8.0?
I would like it to work on php 8.0