ipapi.php 180 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 <?php $plugin = [ 'plugin_url' => 'http://ip-api.com/{{accepted_formats}}/{{ip}}', 'accepted_formats' => ['json', 'php', 'xml'], 'default_accepted_format' => 'php', ];