 Baf
|
I have installed 3.0.1 lazyest-widgets plugin, but still random images widget display static images for me, even in IE and Firefox. Can you check that? I have no caching plugins yet…
|
 Baf
|
Sorry, I must to do RTFM:
“The images will be stored in a buffer and will be served for all visitors in the next 10 minutes.”
So, then can I change that time frame?
|
 Marcel
|
yes you can
function my_refresh( $refresh ) {
return 5;
}
add_filter( 'lazyest_widget_random_refresh', 'my_refresh' );
In this example, random images will be refreshed after 5 minutes.
|
 Baf
|
Thanks!
Add that to your Codex
|
 Marcel
|
Will be in the codex sometime.
|