Tagged Questions
0
votes
1answer
934 views
Add filter to wp_dropdown_pages() or wp_dropdown_categories() - no select container?
I'm working with wp_dropdown_pages() and wp_dropdown_categories() and both are always outputting a <select>-box with its <option>s as items.
Is it possible to add a filter/hook to this ...