This directory contains a collection of code snippets to modify or extend the default behavior of the Koko Analytics plugin.
You can copy these snippets into a custom plugin or in your active theme its functions.php file.
Our recommendation is to create a file called /wp-content/plugins/koko-analytics-modifications.php with the following file contents:
Please read modifying Koko Analytics using filter hooks if you're unusure how to use any of these snippets.
<?php
/**
* Plugin Name: Koko Analytics: My Modifications
*/
// Your snippets go here...
// Make sure to remove the opening <?php tag, since we already have one above.Please visit the Koko Analytics knowledge base for some more general help articles on effectively using the plugin.