Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem here. Seemed to have something to do with the schedule_background_fetch() not doing what it’s supposed to do.

    I ended up hacking the plugin; changing line 67 in tlc-transients.php from
    $this->schedule_background_fetch();
    to
    return $this->fetch_and_cache();

    So, in case of an expired cache, it’s now updating live instead of in the background. But that’s ok for me, at least it’s updating now…

    Same problem here. Seemed to have something to do with the schedule_background_fetch() not doing what it’s supposed to do.

    I ended up hacking the plugin; changing line 67 in tlc-transients.php from
    $this->schedule_background_fetch();
    to
    return $this->fetch_and_cache();

    So, in case of an expired cache, it’s now updating live instead of in the background. But that’s ok for me, at least it’s updating now…

Viewing 2 replies - 1 through 2 (of 2 total)