| Current File : /home/digitaw/www/wp-content/plugins/event-tickets/src/views/blocks/tickets/submit-login.php |
<?php
/**
* Block: Tickets
* Submit Login
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe/tickets/blocks/tickets/submit-login.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.3
*
* @version 4.11.0
*
*/
?>
<a class="tribe-common-c-btn tribe-common-c-btn--small" href="<?php echo esc_url( Tribe__Tickets__Tickets::get_login_url() ); ?>">
<?php echo esc_html_x( 'Log in to purchase', 'login required before purchase', 'event-tickets' ); ?>
</a>