Hide Booking Window

Hi,

This snippet doesn’t work for me:

add_filter(
	'hivepress/v1/forms/listing_update',
	function( $form ) {
		unset( $form['fields']['booking_window'] );

		return $form;
	},
	1000
);

I want to remove this field, I probably missed something how to do it?

Hi,

Please make sure you use this doc when adding the PHP snippet: How to add custom code snippets - HivePress Help Center
Also, please disable third-party plugins and customizations (if there are any) and check if this issue persists. If you use a caching plugin, make sure that caching is disabled for logged-in users.

​I hope this is helpful to you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.