WC_Customer::set_billing_address( string $value )

Set billing_address_1.


Description Description


Parameters Parameters

$value

(Required) Billing address line 1.


Top ↑

Source Source

File: includes/class-wc-customer.php

	public function set_billing_address( $value ) {
		$this->set_billing_address_1( $value );
	}


Top ↑

User Contributed Notes User Contributed Notes

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