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
public function set_billing_phone( $value ) { $this->set_address_prop( 'phone', 'billing', $value ); }