'GBP' ), $atts ) ); $geoPlugin_array = unserialize( file_get_contents( 'http://www.geoplugin.net/php.gp?base_currency=' . $base . '&ip=' . $_SERVER['REMOTE_ADDR'] ) ); if ( isset( $geoPlugin_array['geoplugin_currencyCode'] ) && $geoPlugin_array['geoplugin_currencyCode'] != $base && is_numeric( $content ) ) return $content . ' (~' . $geoPlugin_array['geoplugin_currencySymbol'] . round( ($content * $geoPlugin_array['geoplugin_currencyConverter'] ), 2 ) . ')'; else return $content; }