rmorse / search-filter

Search & Filter is a simple search and filtering plugin for WordPress
GNU General Public License v2.0
93 stars 41 forks source link

Option to change Headings #50

Open RachelRVasquez opened 5 years ago

RachelRVasquez commented 5 years ago

Hi,

There is an option to add headings to fields in the search & filter plugin: http://docs.designsandcode.com/search-filter/#options

Is there an option to choose which headings to use? I'd like to change them from an <h4> to something else for accessibility purposes. I'd like to control what headings to use so that it doesn't interfere with the heading order of my website. Thanks!


Update: I've taken a peek in the plugin and see that the headings are being output by the get_search_filter_form function - is there no way to hook into this? Thanks.