Display time on View Month Calendar

Add bellow code to functions.php file in theme or child theme

add_filter( 'ovabrw_rental_calendar_event_show_title', '__return_true' );

Last updated