geoplugin.php 193 Bytes
<?php

$plugin = [
    'plugin_url' => 'http://www.geoplugin.net/{{accepted_formats}}.gp?ip={{ip}}',
    'accepted_formats' => ['json', 'php', 'xml'],
    'default_accepted_format' => 'php',
];