We have added a number of PHP filters to Super Speedy Filters to let you tailor our text overrides for the browser title (<title>), the page title (<h1>) and the description (html).
Archive Browser Title Override
Alter what we set for the <title> tags on your pages.
add_filter('ssf_archive_title', function($title, $pm) {...});
Archive HTML Override
This filter lets you alter what is contained typically within h1 tags.
add_filter('ssf_archive_html', function($html, $pm) {...});