mdf_tag_title_sectionsHook which allows to set in the plugin search form tag for the section title for any SEO optimizations. H4 is by default. add_filter('mdf_tag_title_sections', function($default) { return 'h5'; });123add_filter('mdf_tag_title_sections', function($default) { return 'h5';});From v.2.2.2/1.2.2 Post Views: 44