Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MohammedKaludi/0c44e1f7117719ab040ed813c0e3a4ff to your computer and use it in GitHub Desktop.
Save MohammedKaludi/0c44e1f7117719ab040ed813c0e3a4ff to your computer and use it in GitHub Desktop.
Hook Clicky analytics into AMP
add_action('init','ampforwp_add_clicky_analytics_hook');
function ampforwp_add_clicky_analytics_hook() {
add_action('amp_post_template_footer','ampforwp_clicky_analytics',11);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment