mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
https://stackoverflow.com/questions/54784746/return-empty-strings-in-woocommerce-checkout-form
1 line
76 B
Text
1 line
76 B
Text
add_filter('woocommerce_checkout_get_value','__return_empty_string', 1, 1);
|