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.

WP Rouble Rate

Descripción

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 );
 

Instalación

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

Reseñas

There are no reviews for this plugin.

Colaboradores y desarrolladores

“WP Rouble Rate” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “WP Rouble Rate” a tu idioma.

¿Interesado en el desarrollo?

Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .