Hi @rifatspir,
Thanks for reaching out. Happy to help you with this!
We have a custom code snippet that should do what you’re looking for here, so I’m happy to share it! However, please be aware of a couple notes:
- I’m afraid that customizations are not covered under our support policy, so implementing this directly or modifying it further isn’t something we can assist with.
- Please be sure you know how to add custom code to your site. Personally, I like the free Code Snippets plugin method.
Here is the snippet you’ll need:
add_filter( 'facebook_for_woocommerce_integration_pixel_enabled', '__return_false' );
Would you please give that a try and see if it works for you?
Thanks,
Marcus