If you are unable to delete the plugin using WordPress admin interface, then you should try doing it manually through FTP.
Hi Andy,
Did you try deleting the plugin manually when connected to your server via FTP?
Hello,
I’m sorry for late reply.
This small plugin can be used as service provider while creating other plugins or any other custom code. For example in your theme you can use it this way:
<?php if( geolocator_country() == 'FR'): ?>
<h1>Bonjour!</h1>
<?php else: ?>
<h1>Hello!</h1>
<?php endif; ?>
Unfortunately it has no end-user functionality, so you cannot use it in pages or posts – the goal of creating this plugin was different.
Thanks for trying anyway!