WC_Customer::set_billing_phone( string $value )
Set billing_phone.
Description Description
Parameters Parameters
- $value
-
(Required) Billing phone.
Source Source
File: includes/class-wc-customer.php
1026 1027 1028 | public function set_billing_phone( $value ) { $this ->set_address_prop( 'phone' , 'billing' , $value ); } |