• I want to add this plugin in my header so try to add this code:

    <?php echo currencyr_exchange( array( 'amount' => 99.99, 'to' => 'cad' ) ); ?>

    or this:

    <?php echo currencyr_exchange( 'amount=99.99&to=cad'); ?>

    or this:

    <?php echo currencyr_exchange( 99.99, 'cad' ); ?>

    But all this codes does not work for me.

    PLEASE HELP!!!

    https://www.ads-software.com/plugins/currencyr/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘PHP shortcode’ is closed to new replies.