Tribe__Tickets_Plus__Commerce__WooCommerce__Main::hide_attendee_optout_choice( $order_items )
Hide the Attendee Output Choice in the Order Page
Contents
Parameters
- $order_items
-
(Required)
Return
(array)
Source
File: src/Tribe/Commerce/WooCommerce/Main.php
public function hide_attendee_optout_choice( $order_items ) {
$order_items[] = $this->attendee_optout_key;
return $order_items;
}