create_function is deprecated notice
-
I got this error and fixed it by changing line 145 of fun-facts.php to:
add_action('widgets_init', function() { return register_widget("WP_Widget_Fun_Facts"); } );
- The topic ‘create_function is deprecated notice’ is closed to new replies.