Disable pageview tracking in WooCommerce Google Analytics Integration

Disable pageview tracking in WooCommerce Google Analytics Integration on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'wc_google_analytics_send_pageview', '__return_false' );

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.