Change how <title> is output – Where?

I want to change how 404 titles are produced. wp_title isn’t present in head.php anymore. Where do I modify this?

https://codex.wordpress.org/Title_Tag
https://github.com/roots/sage/blob/master/lib/init.php#L17

You can still filter wp_title

1 Like