you need this filter... this filter is meant to overwrite the values being displayed at checkout... below will return empty string... to empty the values being displayed.
add_filter('woocommerce_checkout_get_value','__return_empty_string',10);
But this does not mean, these values won't be seen in other places.. like "My Account" page..
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…