ippycox.php 183 Bytes
<?php

$plugin = [
    'plugin_url' => 'http://ip.pycox.com/{{accepted_formats}}/{{ip}}',
    'accepted_formats' => ['csv', 'json', 'xml'],
    'default_accepted_format' => 'json',
];