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