%PDF- %PDF-
Direktori : /var/www/html/higroup/wp-content/plugins/event-tickets/src/Tribe/RSVP/Status/ |
Current File : /var/www/html/higroup/wp-content/plugins/event-tickets/src/Tribe/RSVP/Status/Going.php |
<?php /** * Class Tribe__Tickets__RSVP__Status__Going * * @since 4.10 * */ class Tribe__Tickets__RSVP__Status__Going extends Tribe__Tickets__Status__Abstract { //Order fulfilled and complete – requires no further action public $name = 'Going'; public $provider_name = 'yes'; public $post_type = 'tribe_rsvp_attendees'; public $trigger_option = true; public $attendee_generation = true; public $attendee_dispatch = true; public $stock_reduced = true; public $count_attendee = true; public $count_sales = true; public $count_completed = true; }