Limitations when modifying wp_title with a filter

It’s been a while since I’ve asked this, and I’ve built several themes in that timeframe. The answer I’ve come up with is “use the filter”. There is no limitation to doing this, and it makes other developers’ jobs much easier, as they only need to filter the output (vs. trying to do output buffering).

In short, just filter it!