Title: CMP plugin &amp; JetPack stats
Last modified: March 6, 2021

---

# CMP plugin & JetPack stats

 *  Resolved [Ales](https://wordpress.org/support/users/alesmal/)
 * (@alesmal)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/cmp-plugin-jetpack-stats/)
 * Hello, I am author of CMP – Coming soon & Maintenance plugin and we would like
   to itegrate Jetpack stats in our landing pages.
 * Now, since we ‘hijack’ default WordPress template and replace it with our custom
   template, which does not use `wp_head()` and `wp_footer()` hooks, your analytics
   code or a function is not probably executed correctly on our templates.
 * Is there a specific Jetpack hook or a function, we could use on our templates
   without using `wp_head()` and `wp_footer()` hooks?
 * thanks Ales

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Karen Attfield](https://wordpress.org/support/users/wpkaren/)
 * (@wpkaren)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/cmp-plugin-jetpack-stats/#post-14154317)
 * Hi [@alesmal](https://wordpress.org/support/users/alesmal/)
 * Thanks for your question and great to hear you’d like to integrate Jetpack stats
   to your landing pages!
 * If you have your own hook in your plugin landing page templates, you may be able
   to try something like this:
 * `add_action( 'wp_footer', 'stats_footer', 101 );`
 * This is referenced in stats.php [here](https://github.com/Automattic/jetpack/blob/ab9d8efebed3227a64afe94d0aafd49f1d00ac89/projects/plugins/jetpack/modules/stats.php#L197).
 * Would this work for you?
 *  Thread Starter [Ales](https://wordpress.org/support/users/alesmal/)
 * (@alesmal)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/cmp-plugin-jetpack-stats/#post-14154664)
 * Thanks [@wpkaren](https://wordpress.org/support/users/wpkaren/) , that worked
   flawlessly 🙂
 * Ales

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CMP plugin & JetPack stats’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Ales](https://wordpress.org/support/users/alesmal/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/cmp-plugin-jetpack-stats/#post-14154664)
 * Status: resolved