Note: This is not the popular question about how to create multiple instances of a widget. I have a text widget that I am using to display “business hours”. This text needs to go in multiple sidebars and is likely to change often enough to be a nuisance to change it in multiple places. Is there a way to use the same instance of a text widget on more than one sidebar?
Any alternatives that use tokens or some other kind of pointer would also be a solution.