golden hour
/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/latest-past
⬆️ Go Up
Upload
File/Folder
Size
Actions
event
-
Del
OK
event.php
1.75 KB
Del
OK
heading.php
536 B
Del
OK
Edit: heading.php
<?php /** * View: Latest Past Event Heading * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/v2/latest-past/heading.php * * See more documentation about our views templating system. * * @link http://evnt.is/1aiy * * @version 5.1.0 */ $label = sprintf( __( 'Latest Past %s', 'the-events-calendar' ), tribe_get_event_label_plural() ); ?> <h2 class="tribe-events-calendar-latest-past__heading tribe-common-h5 tribe-common-h3--min-medium"> <?php echo esc_html( $label ); ?> </h2>
Save