Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.116.85.111
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/misswavenigeria.com/wp-content/plugins/event-tickets/src/views/v2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/misswavenigeria.com/wp-content/plugins/event-tickets/src/views/v2/rsvp.php
<?php
/**
 * Block: RSVP
 *
 * Override this template in your own theme by creating a file at:
 * [your-theme]/tribe/tickets/v2/rsvp.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 5.0.0
 *
 * @var Tribe__Tickets__Editor__Template $this
 * @var WP_Post|int                      $post_id       The post object or ID.
 * @var boolean                          $has_rsvps     True if there are RSVPs.
 * @var array                            $active_rsvps  An array containing the active RSVPs.
 * @var string                           $block_html_id The unique HTML id for the block.
 */

// We don't display anything if there is no RSVP.
if ( ! $has_rsvps ) {
	return false;
}

// Bail if there are no active RSVP.
if ( empty( $active_rsvps ) ) {
	return;
}

?>

<div
	id="<?php echo esc_attr( $block_html_id ); ?>"
	class="tribe-common event-tickets"
>
	<?php foreach ( $active_rsvps as $rsvp ) : ?>
		<div
			class="tribe-tickets__rsvp-wrapper"
			data-rsvp-id="<?php echo esc_attr( $rsvp->ID ); ?>"
		>
			<?php $this->template( 'v2/components/loader/loader' ); ?>
			<?php $this->template( 'v2/rsvp/content', [ 'rsvp' => $rsvp ] ); ?>

		</div>
	<?php endforeach; ?>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit