Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('woocommerce_checkout_get_value', 'checkout_get_value_filter', 999, 2 );
- function checkout_get_value_filter( $value, $input ) {
- return '';
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement