%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/Not_Going.php |
<?php /** * Class Tribe__Tickets__RSVP__Status__Not_Going * * @since 4.10 * */ class Tribe__Tickets__RSVP__Status__Not_Going extends Tribe__Tickets__Status__Abstract { //Cancelled by an admin or the customer – no further action required (Cancelling an order does not affect stock quantity by default) public $name = 'Not going'; public $provider_name = 'no'; public $post_type = 'tribe_rsvp_attendees'; public $count_not_going = true; }