Saving the value of a custom field phone number in WooCommerce My account > Account details
问题 Trying to add a field for Woocommerce billing_phone to the my-account/edit-account/ . It is present within the update address pages but when adding to the form-edit-account.php it does not update. Currently adding by following the same code as the other fields, such as first_name : <input type="text" class="form-control woocommerce-Input woocommerce-Input--phone input-text" name="billing_phone" id="billing_phone" value="<?php echo esc_attr( $user->billing_phone ); ?>" /> Image of form with