Updating Widget options in custom install.php
So, the actual problem was that I wasn’t setting any defaults my custom widget needed to display any content. The widget actually was there, but as I had emptied the title and set no other defaults, it was rendering nothing. My fix for this was two-fold. 1) set at least one default in my install.php … Read more