/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php add_action('wp_footer', 'add_googleanalytics'); function add_googleanalytics() { ?> // Paste your Google Analytics code from Step 6 here <?php } ?>