For the complete documentation index, see llms.txt. This page is also available as Markdown.

Display time on View Month Calendar

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

add_filter( 'ovabrw_calendar_event_show_title', '__return_true' );

Last updated