wc_ship_to_billing_address_only()

See if we only ship to billing addresses.


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/wc-order-functions.php

function wc_ship_to_billing_address_only() {
	return 'billing_only' === get_option( 'woocommerce_ship_to_destination' );
}


Top ↑

User Contributed Notes User Contributed Notes

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