Title: weblocs's Replies | WordPress.org

---

# weblocs

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hotelier] after choosing dates, visitor is sent back to home page](https://wordpress.org/support/topic/after-choosing-dates-visitor-is-sent-back-to-home-page/)
 *  Thread Starter [weblocs](https://wordpress.org/support/users/weblocs/)
 * (@weblocs)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/after-choosing-dates-visitor-is-sent-back-to-home-page/#post-17465468)
 * Yes that works thanks so much. sorry for my lack of memory!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hotelier] after choosing dates, visitor is sent back to home page](https://wordpress.org/support/topic/after-choosing-dates-visitor-is-sent-back-to-home-page/)
 *  Thread Starter [weblocs](https://wordpress.org/support/users/weblocs/)
 * (@weblocs)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/after-choosing-dates-visitor-is-sent-back-to-home-page/#post-17465436)
 * I am sorry, you are right i must have added a filter to functions.php in the 
   past and forgot.
   i am currently using this function to jump to the _listing shortcode
   on the page – any idea how to customize this to still let the plugin set the 
   url but just jump to the shortcode section?
 *     ```wp-block-code
       function hotelier_custom_datepicker_redirect( $url ) {
           $custom_url = '/#results';
   
           return $custom_url;
       } 
       add_filter( 'hotelier_datepicker_form_url', 'hotelier_custom_datepicker_redirect' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hotelier] after choosing dates, visitor is sent back to home page](https://wordpress.org/support/topic/after-choosing-dates-visitor-is-sent-back-to-home-page/)
 *  Thread Starter [weblocs](https://wordpress.org/support/users/weblocs/)
 * (@weblocs)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/after-choosing-dates-visitor-is-sent-back-to-home-page/#post-17465366)
 * what should that action be then? as I haven’t changed anything and just updated
   the plugin to ensure that wasn’t a problem?

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