Skip to content

Instantly share code, notes, and snippets.

@dennisnissle
Created February 28, 2024 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dennisnissle/c100093a7e6064b37cce49795f2254ec to your computer and use it in GitHub Desktop.
Save dennisnissle/c100093a7e6064b37cce49795f2254ec to your computer and use it in GitHub Desktop.
Force allow label third-party email transmission
<?php
add_filter( 'woocommerce_gzd_shipment_label_supports_third_party_email_notification', '__return_true' );
add_filter( 'woocommerce_gzd_shipment_return_label_supports_third_party_email_notification', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment