Description
Rating provided 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
- 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.
ContributorsTranslate “WP Rouble Rate” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.