perch_shop_location_selected()
Test to see if the tax location has been selected with the function perch_shop_location_selected()
.
Requires
- Perch Shop installed
Usage examples
Before running other code test to see if the tax location is selected.
if (perch_shop_location_selected()) {
...
}