Skip to content

Instantly share code, notes, and snippets.

@acanza
Created February 11, 2019 12:48
Show Gist options
  • Save acanza/9dc9106f1cace6b9d54a78a75d6fa730 to your computer and use it in GitHub Desktop.
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
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