rmorse / search-filter

Search & Filter is a simple search and filtering plugin for WordPress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to change Headings

RachelRVasquez opened this issue · comments

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.