Home / How to Display Selected Countries on the Vendor Registration Form (snippet 1)
Duplicate Snippet

Embed Snippet on Your Site

How to Display Selected Countries on the Vendor Registration Form (snippet 1)

For example:

Code Preview
php
<?php
$allowed_countries = array( 'AU', 'GB', 'US', 'CA' );

Comments

Add a Comment