Tagged Questions
4
votes
2answers
2k views
Add class to before_widget from within a custom widget
I have a simple custom widget that asks for its width (that is used later in the front end). The width field is a select dropdown, so a user have predefined options.
I will have many instances of my ...