WC_Customer::set_billing_phone( string $value )

Set billing_phone.


Description Description


Parameters Parameters

$value

(Required) Billing phone.


Top ↑

Source Source

File: includes/class-wc-customer.php

1026
1027
1028
public function set_billing_phone( $value ) {
    $this->set_address_prop( 'phone', 'billing', $value );
}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.