File "link.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/src/views/integrations/elementor/widgets/event-website/link.php
File size: 538 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* View: Elementor Event Website widget header.
*
* You can override this template in your own theme by creating a file at
* [your-theme]/tribe/events/integrations/elementor/widgets/event-website/header.php
*
* @since 6.4.0
*
* @var string $link_class The class for the link.
* @var string $website The event website link.
*/
?>
<div <?php tribe_classes( $link_class ); ?>>
<?php echo $website; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped,StellarWP.XSS.EscapeOutput.OutputNotEscaped ?>
</div>