🏠 Root
/
home
/
a
/
r
/
t
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
views
/
blocks
/
Editing: featured-image.php
<?php /** * Block: Featured Image * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/blocks/featured-image.php * * See more documentation about our Blocks Editor templating system. * * @link {INSERT_ARTCILE_LINK_HERE} * * @version 4.7 * */ $event_id = $this->get( 'post_id' ); ?> <?php echo tribe_event_featured_image( $event_id, 'full', false );
Save
Cancel