Remove price in calendar

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 ''; } );
PreviousHide other Rental Type when create a productNextRemove "Add to Cart" functionality on the search page
Last updated