Remove price in calendar

add_filter( 'ovabrw_get_calendar_price_html', function($price){ return ''; } );PreviousHide other Rental Type when create a productNextRemove "Add to Cart" functionality on the search page
Last updated

If you want to remove price in calendar, you can add bellow code to functions.php file in theme or child theme
add_filter( 'ovabrw_get_calendar_price_html', function($price){ return ''; } );Last updated