Support » Plugins » Disable yarpp caching via parameter

  • Hi mitcho,

    I am looking for a way that can help me related_post function not to lookup cache neither insert into cache for particular post, and calculate related posts on the fly for every posts.

    So the question is can I add cache=>0 into the related_posts function as an array / parameter

    related_posts(array(‘cache’=>0,’title’=>1,’threshold’=>10,’body’=>3,’categories’=>2,’show_excerpt’ => 1,’excerpt_length’ => 999));

    in above example i added cache=>0 just for illustration, it’s not working neither it’s supposed to work,right?

    or how else can I achieve this?

    waiting for your reply.

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

    (@aziernest)

    one options that can be implemented and added into yarpp control panel/settings is “disable caching for logged in users”.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable yarpp caching via parameter’ is closed to new replies.