Yes that works thanks so much. sorry for my lack of memory!
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?
function hotelier_custom_datepicker_redirect( $url ) {
$custom_url = '/#results';
return $custom_url;
}
add_filter( 'hotelier_datepicker_form_url', 'hotelier_custom_datepicker_redirect' );
what should that action be then? as I haven’t changed anything and just updated the plugin to ensure that wasn’t a problem?