create_function is deprecated notice
-
I got this and fixed it by changing lines 526 and 527 of the plugin to:
add_action( 'widgets_init', function() { return register_widget("WeLoveQuotes_QuoteOfTheDayWidget"); } ); add_action( 'widgets_init', function() { return register_widget("WeLoveQuotes_RandomQuoteWidget");} );
- The topic ‘create_function is deprecated notice’ is closed to new replies.