Is there a hook available that lets you append or prepend text to the <title> tag in the head?
I've seen lots of posts about customizing the <title> tag, but they all involve manually adding a function inside the <title> tag. I'm looking to modify it with a hook if possible so it can be easily turned on/off in a functions.php file.