??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: helpers.php
<?php if (!function_exists('geoip')) { /** * Get the location of the provided IP. * * @param string $ip * * @return \Torann\GeoIP\GeoIP|\Torann\GeoIP\Location */ function geoip($ip = null) { if (is_null($ip)) { return app('geoip'); } return app('geoip')->getLocation($ip); } }