• Since PHP 7.2, function create_function has been deprecated. You’re using it inside juiz-last-tweet-widget/juiz-last-tweet.php' file on line 624.

    Here’s quick fix for it:

    add_action( 'widgets_init', function() {
        register_widget( 'Juiz_Last_Tweet_Widget' );
    } );
    • This topic was modified 5 years, 4 months ago by ratkosolaja.
  • The topic ‘Function create_function() is deprecated’ is closed to new replies.