geoips.php 260 Bytes
<?php

$plugin = [
    'plugin_url' => 'http://api.geoips.com/key/{{api_key}}/output/{{accepted_formats}}/timezone/true/hostname/true/language/true/currency/true/ip/{{ip}}',
    'accepted_formats' => ['json', 'xml'],
    'default_accepted_format' => 'json',
];