| Current File : /home/digitaw/www/wp-content/plugins/event-tickets/src/views/blocks/tickets/icon.php |
<?php
/**
* Block: Tickets
* Icon
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe/tickets/blocks/tickets/icon.php
*
* See more documentation about our Blocks Editor templating system.
*
* @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
*
* @since 4.9
* @deprecated 4.11.0
* @version 4.11.0
*
*/
?>
<div class="tribe-tickets__item__icon">
<?php $this->template( 'blocks/tickets/icon-svg' ); ?>
</div>