If you want to remove,add or edit a country you need to do a small code change

1. Open file wprentals-core\misc\plugin_help_functions.php and around line 557 you have function wpestate_country_list_array

To add a new country add the code like in the example bellow

$countries = array(
esc_html__(“Your Country”, “wprentals”),
esc_html__(“Afghanistan”, “wprentals”),

2. Open wprentals-core/post-types/property.php and around line 1427 you can function wpestate_country_list_only_array from where you add/remove countries shown in wp-admin – property – edit property

2. Open wprentals\libs\help_functions.php and around line 6307 you will find the wprentals_return_country_array