File Editor
Directories:
.. (Back)
rsvp
success
Files:
full.php
rsvp.php
success.php
Create New File
Create
Edit File: success.php
<?php /** * Block: RSVP * Actions - Success * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/tickets/v2/rsvp/actions/success.php * * See more documentation about our Blocks Editor templating system. * * @link https://evnt.is/1amp Help article for RSVP & Ticket template files. * * @since 4.12.3 * @version 4.12.3 */ ?> <div class="tribe-tickets__rsvp-actions-success"> <?php $this->template( 'v2/rsvp/actions/success/title' ); ?> <?php $this->template( 'v2/rsvp/actions/success/toggle' ); ?> </div>
Save Changes
Rename File
Rename