Thank you samwan, I managed to remove field on the Edit Address page. But now I have to modifiy the label each field. How can I do that?
I tried to put this code to change the label and placeholder
$fields[‘billing’][‘billing_first_name’][‘label’] = ‘Nama Lengkap’;
$fields[‘billing’][‘billing_first_name’][‘placeholder’] = ‘Nama Lengkap’;
I put that code under
function custom_override_billing_fields( $fields ) {
That’s not working to modify the Edit Address page. Please help me?
Any help would be much appreciated. Thank you