| DIR: /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/event-tickets/src/Tickets/ |
| Current File : /home/dhnidqcz/pragmaticsng.org/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';
}
|