Building a Reusable Google Analytics Feature with Flynt
With WordPress, it can be easy to cram all of the custom logic of your theme into one functions.php file. In Flynt, we avoid this by splitting each piece of custom functionality into small, self-contained features. In this tutorial we’ll take a look at how these features work. Read more