Hook which allows to set in the plugin search form tag for the section title for any SEO optimizations. H4 is by default.
1 2 3 | add_filter('mdf_tag_title_sections', function($default) { return 'h5'; }); |
From v.2.2.2/1.2.2
Hook which allows to set in the plugin search form tag for the section title for any SEO optimizations. H4 is by default.
1 2 3 | add_filter('mdf_tag_title_sections', function($default) { return 'h5'; }); |
From v.2.2.2/1.2.2