WC_Order::set_shipping_country( string $value )

Set shipping country.


Description Description


Parameters Parameters

$value

(Required) Shipping country.


Top ↑

Source Source

File: includes/class-wc-order.php

	public function set_shipping_country( $value ) {
		$this->set_address_prop( 'country', 'shipping', $value );
	}


Top ↑

User Contributed Notes User Contributed Notes

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