Skip to content

Instantly share code, notes, and snippets.

@acanza
Created July 18, 2017 10:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acanza/628b2d93cdf2863608f117bef206e60f to your computer and use it in GitHub Desktop.
Save acanza/628b2d93cdf2863608f117bef206e60f to your computer and use it in GitHub Desktop.
Añade el pixel de Active Campaign al footer
// Añade el pixel de Active Campaign al footer
add_action( 'wp_footer', 'add_active_campaign_pixel' );
function add_active_campaign_pixel(){
?>
<!-- Active Campaign -->
<!-- End Active Campaign -->
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment