WC_Customer::set_shipping_address
Set shipping_address_1.
Method of the class: WC_Customer{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Customer = new WC_Customer(); $WC_Customer->set_shipping_address( $value );
- $value(string) (required)
- Shipping address line 1.
WC_Customer::set_shipping_address() WC Customer::set shipping address code WC 10.6.2
public function set_shipping_address( $value ) {
$this->set_shipping_address_1( $value );
}