Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shameemreza/17732806cf7ce8e7a2e1ad82207a9083 to your computer and use it in GitHub Desktop.
Save shameemreza/17732806cf7ce8e7a2e1ad82207a9083 to your computer and use it in GitHub Desktop.
Disable the integration pixel in Facebook for WooCommerce
add_filter( 'facebook_for_woocommerce_integration_pixel_enabled', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment