Return to Snippet

Revision: 33449
at October 8, 2010 22:01 by PM-Webdesign


Initial Code
<?php
add_action('wp_footer', 'add_googleanalytics');
function add_googleanalytics() { ?>
// Paste your Google Analytics code from Step 6 here
<?php } ?>

Initial URL
http://www.wpbeginner.com/wp-tutorials/25-extremely-useful-tricks-for-the-wordpress-functions-file/

Initial Description
Code in die functions.php einfügen

Initial Title
Google Analytics in Wordpress einfügen

Initial Tags
google, wordpress

Initial Language
PHP