Title: aely's Replies | WordPress.org

---

# aely

  [  ](https://wordpress.org/support/users/aely/)

 *   [Profile](https://wordpress.org/support/users/aely/)
 *   [Topics Started](https://wordpress.org/support/users/aely/topics/)
 *   [Replies Created](https://wordpress.org/support/users/aely/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/aely/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/aely/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/aely/engagements/)
 *   [Favorites](https://wordpress.org/support/users/aely/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] Change default running time of each feeds to 12 hours instead of 60 mins](https://wordpress.org/support/topic/change-default-running-time-of-each-feeds-to-12-hours-instead-of-60-mins/)
 *  Thread Starter [aely](https://wordpress.org/support/users/aely/)
 * (@aely)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/change-default-running-time-of-each-feeds-to-12-hours-instead-of-60-mins/#post-16593014)
 * Hi,
 * I have added the below code in the functions.php but the Next run time is still
   showing as 60 mins
 * function change_values($arr) {
   $arr[ ‘refresh’ ] = ‘730_mins’; // 12 hrs 10mins
   return $arr;}add_filter( ‘feedzy_shortcode_options’, ‘change_values’, 10, 1 );
 * screenshot: [https://prnt.sc/G1SMrR6zMiMI](https://prnt.sc/G1SMrR6zMiMI)

Viewing 1 replies (of 1 total)