/* * @name: Google Analytics * @type: php_content * @run_at: wp_head */ <script async src="...gtag/js"></script>
Why we built FluentSnippets
Every snippet plugin we tried stored code in the database and ran SQL on every request. We thought custom code should load like part of WordPress itself, so we made it file-based from day one. Here's the full story.
Read the background →