Title: customize time
Last modified: May 1, 2020

---

# customize time

 *  Resolved [Ocio132](https://wordpress.org/support/users/ocio132/)
 * (@ocio132)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customize-time/)
 * Hello good, I want to know if I could customize the time of each revision to 
   update to my liking? put every 45 minutes for example ???
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomize-time%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Papin Schipper](https://wordpress.org/support/users/papin/)
 * (@papin)
 * [6 years ago](https://wordpress.org/support/topic/customize-time/#post-12863159)
 * You want to change the intervals of each updater? That’s no problem, just check
   the code here [https://codeermeneer.nl/documentation/auto-update/add-more-intervals-to-the-options/](https://codeermeneer.nl/documentation/auto-update/add-more-intervals-to-the-options/)
 * Just replace the number at intervals to 2700 for 45 minutes
 *  Thread Starter [Ocio132](https://wordpress.org/support/users/ocio132/)
 * (@ocio132)
 * [6 years ago](https://wordpress.org/support/topic/customize-time/#post-12864791)
 * and ten minutes???
 *  Thread Starter [Ocio132](https://wordpress.org/support/users/ocio132/)
 * (@ocio132)
 * [6 years ago](https://wordpress.org/support/topic/customize-time/#post-12864855)
 * function codeermeneer_add_more_intervals( $schedules ) {
 * $schedules[‘six_hours’] = array(
    ‘interval’ => 600, // 10 minutes in seconds‘
   display’ => __( ‘Every 10 minutes’ ), ); return $schedules;
 * }
    add_filter( ‘cron_schedules’, ‘codeermeneer_add_more_intervals’ ); ???

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘customize time’ is closed to new replies.

 * ![](https://ps.w.org/companion-auto-update/assets/icon-256x256.png?rev=2358884)
 * [Companion Auto Update](https://wordpress.org/plugins/companion-auto-update/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/companion-auto-update/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/companion-auto-update/)
 * [Active Topics](https://wordpress.org/support/plugin/companion-auto-update/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/companion-auto-update/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/companion-auto-update/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ocio132](https://wordpress.org/support/users/ocio132/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/customize-time/#post-12864855)
 * Status: resolved