Hi @wantyq
The filter you’ve added to the Snippets plugin should ideally disable the WooCommerce Email Security check. However, if some of your clients are still reporting that they are receiving this security check, it might be due to a few possible reasons:
- Incorrect placement of the code: The code needs to be placed in the functions.php file of your active theme or child theme. If it’s placed elsewhere, it might not work as expected.
- Caching issue: Sometimes, caching can cause such issues. You might want to clear all caches on your site, including any server-side caching if applicable.
- Theme conflict: The theme you’re using might have some code that is causing this issue. You can switch to a default theme like Storefront temporarily to see if the issue is resolved.
- Plugin conflict: There might be another plugin on your site that is overriding this filter. To check this, you can try deactivating other plugins one by one to see if the issue persists. You can find a more detailed explanation of conducting a conflict test here.
Additionally, you can use a plugin to disable email verification, such as User Verification. You can also follow the solution shared in this thread.
As for Hubspot, it’s important to note that the email confirmation process in Hubspot is separate from the WooCommerce email verification process. Even if a user confirms their email in Hubspot, WooCommerce might still require them to verify their email unless the check is properly disabled.
I hope this helps! If you have any other questions, feel free to ask.
Thanks!