'', 'from' => 'USD', 'to' => 'EUR', 'round' => 'nearest', 'dp' => 'match', 'rates_cache' => 60, 'codes_cache' => 24 ); $changed = true; } // Update the options, if changed, and return the result if ( $changed ) { update_option( 'open_currency_converter', $options ); } return $options; } ?>