Title: WP Rouble Rate
Author: iTRON
Published: <strong>1 marca, 2017</strong>
Last modified: 3 marca, 2017

---

Search plugins

![](https://ps.w.org/wp-rouble-rate/assets/banner-772x250.jpg?rev=1607999)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/wp-rouble-rate/assets/icon-256x256.jpg?rev=1608007)

# WP Rouble Rate

 By [iTRON](https://profiles.wordpress.org/hokku/)

[Download](https://downloads.wordpress.org/plugin/wp-rouble-rate.zip)

 * [Details](https://sl.wordpress.org/plugins/wp-rouble-rate/#description)
 * [Reviews](https://sl.wordpress.org/plugins/wp-rouble-rate/#reviews)
 *  [Installation](https://sl.wordpress.org/plugins/wp-rouble-rate/#installation)
 * [Development](https://sl.wordpress.org/plugins/wp-rouble-rate/#developers)

 [Support](https://wordpress.org/support/plugin/wp-rouble-rate/)

## Description

Rating provided [http://www.cbr.ru/scripts/XML_daily.asp ](http://www.cbr.ru/scripts/XML_daily.asp).

Курсы валют предоставлены сайтом ЦБР [http://www.cbr.ru/scripts/XML_daily.asp ](http://www.cbr.ru/scripts/XML_daily.asp).

WP Rouble Rate – плагин для ежедневного обновления курса рубля ко всем доступным
для ЦБР валютам. Данные доступны в глобальной опции ‘_wprr_rate’.

Use in the theme

    ```
        $rates = get_option( '_wprr_rate' );
        echo $rates['USD']['Nominal'] . ' USD = ' . $rates['USD']['Value'];
    ```

Чтобы увидеть полный список доступных валют, выполните функцию ниже.

Full rate list

    ```
            $rates = get_option( '_wprr_rate' );
            print_r( $rates );
    ```

## Installation

 1. Just setup and activate the plugin through the ‘Plugins – Add’ menu in WordPress

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“WP Rouble Rate” is open source software. The following people have contributed 
to this plugin.

Contributors

 *   [ iTRON ](https://profiles.wordpress.org/hokku/)

[Translate “WP Rouble Rate” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-rouble-rate)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-rouble-rate/), check
out the [SVN repository](https://plugins.svn.wordpress.org/wp-rouble-rate/), or 
subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-rouble-rate/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-rouble-rate/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.0**
 *  Last updated **9 let ago**
 *  Active installations **10+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **4.7.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-rouble-rate/)
 *  [Advanced View](https://sl.wordpress.org/plugins/wp-rouble-rate/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-rouble-rate/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-rouble-rate/reviews/)

## Contributors

 *   [ iTRON ](https://profiles.wordpress.org/hokku/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-rouble-rate/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.me/hokku)