New feed_fetch() funtion refresh rate too long
-
The new feed_fetch() function comes with a impossible-to-modify refresh rate set to 43200 secs that equals to 12 hours… It’s a little too long, ain’t it?
It would be nice to pass this value to the function changing it from
<?php $feed = fetch_feed( $uri ); ?>
to<?php $feed = fetch_feed( $uri , $refresh_time); ?>
Don’t you think so?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘New feed_fetch() funtion refresh rate too long’ is closed to new replies.