Thread Starter
beukel
(@beukel)
I just updated it and now it works perfect. Thanks a lot!
Thread Starter
beukel
(@beukel)
Thanks for your feedback.
Yes, I did use version 2.5.0 downloaded from https://ww.wp.xz.cn/plugins/wp-sponsors/
The last 2 lines of class-wp-sponsors-widget.php has the following content (with the create_funtion):
// end class sponsors_widget
add_action(‘widgets_init’, create_function(”, ‘return register_widget(“sponsors_widget”);’));