Hi
I did some testing.
Only 2 plugins request get_the_archive_title – your plugin & wp seo.
I’ve disabled wp seo and the title still appears.
After that, I edited features.php so the line:
`
$site_title = strip_tags( get_the_archive_title( ” ) . $sep . get_the_archive_description( ” ) );
`
would be
`
$site_title = ”;
`
This time the text didn’t appear.
https://smartbyte.blog/
Currently I’ve switched to another plugin since I couldn’t find a solution with yours.