Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ga Satrya

    (@satrya)

    Actually , I setup the cache to 12 hours. You need to re-save the widget so the cache will gone.

    I’ll update it with better cache system, so the cache will gone if you publish/edit post.

    Hello,

    actually, just re-save the widget won’t update the content (tried several times).

    You need to:

    1. Open widget-recent-posts-extended.php in plugin folder
    2. Search for set_transient( 'rpwewidget_' . $widget_id, $rpwewidget, 60*60*12 );
    3. Modify the line to set_transient( 'rpwewidget_' . $widget_id, $rpwewidget, 60*60*0 );

    Now if you change the content and re-save the plugin, it will change immediately.

    CMIIW ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘long update time’ is closed to new replies.