Hello All,
I have a WordPress theme that comes with some custom widgets. There is a file called widgets_functions.php which defines all the widgets. I am trying to edit some of the widgets code but no matter what I change in the file nothing seems to take effect. I have tried to change the form labels within the function form($instance) function but nothing takes effect. Is there someplace else where the widget code resides once the theme installs? I can't for the life of me figure out how to edit these widgets.