Title: Disable G.Analytics function
Last modified: August 31, 2016

---

# Disable G.Analytics function

 *  [ceriseduweb](https://wordpress.org/support/users/ceriseduweb/)
 * (@ceriseduweb)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/disable-ganalytics-function/)
 * Dear Support,
    I would like use the function for disable code like Google analytics
   or Google maps.
 * if ( function_exists(‘cn_cookies_accepted’) && cn_cookies_accepted() ) {
    // 
   my adsense code here ? }
 * How to use this function?
 * Thank you !
    Regards, Cerise
 * [https://wordpress.org/plugins/cookie-notice/](https://wordpress.org/plugins/cookie-notice/)

Viewing 1 replies (of 1 total)

 *  [Česlav Przywara](https://wordpress.org/support/users/chesio/)
 * (@chesio)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/disable-ganalytics-function/#post-7451000)
 * Hi Cerise,
 * Depends on how you activate Google Analytics? You should place the activation
   within the `if` block you mention:
 *     ```
       if ( function_exists('cn_cookies_accepted') && cn_cookies_accepted() ) {
        // Code to activate GA
       }
       ```
   
 * If you use a plugin or a theme to insert GA code, then you need to find out how
   to disable the activation conditionally. Either check plugin/theme code out or
   ask plugin/theme developer for help.
 * Cheers,
    Česlav

Viewing 1 replies (of 1 total)

The topic ‘Disable G.Analytics function’ is closed to new replies.

 * ![](https://ps.w.org/cookie-notice/assets/icon-256x256.png?rev=2466385)
 * [Cookie Notice & Compliance for GDPR / CCPA](https://wordpress.org/plugins/cookie-notice/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-notice/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-notice/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-notice/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-notice/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-notice/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Česlav Przywara](https://wordpress.org/support/users/chesio/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/disable-ganalytics-function/#post-7451000)
 * Status: not resolved