mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-05 12:32:23 +08:00
https://stackoverflow.com/questions/55466255/always-display-shipping-address-in-woocommerce-email-notifications/
1 line
75 B
Text
1 line
75 B
Text
add_filter( 'woocommerce_order_needs_shipping_address', '__return_true' );
|