• Hi,

    I run this website: uniquecorners.com It is a multisite.

    I installed wp-currencies and activated. I introduced my API key and used your functions to print some prices. But I get empty strings out of convert_currency

    I checked my database and the currencies table is empty. I checked my openexchangerates.org and there had been no requests.

    Then, I checked my cron and there was no job added by the plugin.

    I did this checks twice. In the first time, I had activated the plugin to the network (Network Activate) and the second time, I just did it for one site. Same result…

    What can I be doing wrong?

    Thanks

    https://www.ads-software.com/plugins/wp-currencies/

Viewing 1 replies (of 1 total)
  • Thread Starter damiarita

    (@damiarita)

    This is how I see my cron jobs:

    $cron_jobs = get_option( 'cron' );
    var_dump($cron_jobs);
Viewing 1 replies (of 1 total)
  • The topic ‘Cron job not being added’ is closed to new replies.