| Current File : /home/digitaw/www/wp-content/plugins/event-tickets/src/views/modal/item-remove.php |
<?php
/**
* Modal: Remove Item
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe/tickets/modal/item-remove.php
*
* @since 4.11.0
* @since 4.11.3 Updated the button to include a type - helps avoid submitting forms unintentionally.
* @since 4.11.3 Reformat a bit of the code around the button - no functional changes.
*
* @version 4.11.3
*/
?>
<div
class="tribe-tickets__item__remove__wrap"
>
<button
type="button"
class="tribe-tickets__item__remove"
>
</button>
</div>