geoips.php 260 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 <?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', ];