Title: arrival hours
Last modified: July 29, 2025

---

# arrival hours

 *  Resolved [Legars](https://wordpress.org/support/users/legars/)
 * (@legars)
 * [1 year ago](https://wordpress.org/support/topic/arrival-hours/)
 * Hello,
 * Is it possible to adjust the arrival dely to 17h > 22h, instead of all the hours
   available on the form?
 * Thank you very much
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Farrival-hours%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [benitolopez](https://wordpress.org/support/users/benitolopez/)
 * (@benitolopez)
 * [1 year ago](https://wordpress.org/support/topic/arrival-hours/#post-18577369)
 * Yes, you can use something like this:
 *     ```wp-block-code
       function hotelier_child_modify_arrival_time_options( $fields ) {    if ( isset( $fields['arrival_time']['options'] ) ) {        $fields['arrival_time']['options'] = array(            '-1' => esc_html__( 'I don\'t know', 'wp-hotelier' ),            '17' => '17:00 - 18:00',            '18' => '18:00 - 19:00',            '19' => '19:00 - 20:00',            '20' => '20:00 - 21:00',            '21' => '21:00 - 22:00',            '22' => '22:00 - 23:00'        );    }        return $fields;}add_filter( 'hotelier_booking_additional_information_fields', 'hotelier_child_modify_arrival_time_options', 20 );
       ```
   
 * Add this to your child theme’s functions.php or in a custom plugin
 *  Thread Starter [Legars](https://wordpress.org/support/users/legars/)
 * (@legars)
 * [1 year ago](https://wordpress.org/support/topic/arrival-hours/#post-18578830)
 * Hello, 
   Thank you very much! That work great! 🙂

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

The topic ‘arrival hours’ is closed to new replies.

 * ![](https://ps.w.org/wp-hotelier/assets/icon-256x256.png?rev=1680801)
 * [WP Hotelier](https://wordpress.org/plugins/wp-hotelier/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-hotelier/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-hotelier/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-hotelier/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-hotelier/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-hotelier/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Legars](https://wordpress.org/support/users/legars/)
 * Last activity: [1 year ago](https://wordpress.org/support/topic/arrival-hours/#post-18578830)
 * Status: resolved