WC_Customer::set_billing_city( string $value )
Set billing_city.
Description Description
Parameters Parameters
- $value
-
(Required) Billing city.
Source Source
File: includes/class-wc-customer.php
public function set_billing_city( $value ) { $this->set_address_prop( 'city', 'billing', $value ); }