I’m reading through ExpressionEngine2 A Quick Start Guide and it talks about using this:
{preload_replace:my_blog="<a href='http://website.com/blog'>my blog</a>"}At the top of a template and adding {my_blog} throughout the template but I was wondering what would be the reason to use this over something like a snippet?