Skip to content

Instantly share code, notes, and snippets.

@wireinet
Last active February 29, 2020 11:07
Show Gist options
  • Save wireinet/ff3766f7c07003e89574dbee355d8fdb to your computer and use it in GitHub Desktop.
Save wireinet/ff3766f7c07003e89574dbee355d8fdb to your computer and use it in GitHub Desktop.
// цели Яндекс
add_action( 'wp_footer', 'yandex_wp_footer' );
function yandex_wp_footer() {
?>
<script type="text/javascript">
document.addEventListener( 'wpcf7mailsent', function( event ) {
yaCounter00000000.reachGoal('form_send');
return true
}, false );
</script>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment