Upgrade to php 8
-
Hi everybody,
If you want to keep this plugin working on php 8, you should change line 71 :Find :
add_action('widgets_init', create_function('', 'return register_widget("FeaturedImageWidget");'));
Replace :
add_action('widgets_init', function () {return register_widget("FeaturedImageWidget");});
- The topic ‘Upgrade to php 8’ is closed to new replies.