Created
May 24, 2014 20:03
-
-
Save evemilano/9222566beea8ac3413f6 to your computer and use it in GitHub Desktop.
Escludere codice da WordPress se utente loggato
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if (!is_user_logged_in()) { ?> | |
Inserisci qui il tuo codice di Google Analytics | |
<?php } ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.evemilano.com/2012/10/escludere-proprie-visite-analytics-wordpress/