How to resolve Warning: Missing argument 2 for ufwp_widget_text ()
You can set WP_DEBUG to false in your wp-config.php file. This won’t fix the problem however It will only hide ALL the errors generated by it and any other plugins. The warnings mean the second and third parameters in the ufwp_widget_text() function have no defaults set. If you are using this function in your own … Read more