Deprecated: Function create_function() is deprecated in /vagrant/web/wp-content/plugins/swifty-image-widget/plugin.php on line 238 ```javascript add_action('widgets_init', function() { register_widget('Swifty_Img_Widget'); }); ``` This solves the deprecated warning.
Deprecated: Function create_function() is deprecated in /vagrant/web/wp-content/plugins/swifty-image-widget/plugin.php on line 238
This solves the deprecated warning.