Created
February 11, 2019 12:48
-
-
Save acanza/9dc9106f1cace6b9d54a78a75d6fa730 to your computer and use it in GitHub Desktop.
[Hotjar] Añade el código de seguimiento en la cabecera de WP
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
add_action( 'wp_head', 'add_hotjar_tracking_code', 999 ); | |
function add_hotjar_tracking_code(){ | |
?> | |
<!-- Inserta a continución el código de Hotjar --> | |
<?php | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment