/ Published in: PHP
Expand |
Embed | Plain Text
<?php add_action('wp_footer', 'add_googleanalytics'); function add_googleanalytics() { ?> // Paste your Google Analytics code from Step 6 here <?php } ?>
You need to login to post a comment.
