Your IP : 216.73.216.130


Current Path : /var/www/ljmtc/wp-content/plugins/event-tickets/src/Tickets/
Upload File :
Current File : /var/www/ljmtc/wp-content/plugins/event-tickets/src/Tickets/Settings.php

<?php
/**
 * The main class for managing settings related to Tickets Commerce.
 *
 * @since   5.1.6
 * @package TEC\Tickets
 */

namespace TEC\Tickets;

/**
 * Class Settings.
 *
 * @since   5.1.6
 *
 * @package TEC\Tickets
 */
class Settings {
	/**
	 * Holds the setting for loading or not the tickets commerce.
	 *
	 * @since 5.1.6
	 *
	 * @var string
	 */
	public static $tickets_commerce_enabled = 'tickets_commerce_enabled';
}