Tribe__Tickets_Plus__Commerce__WooCommerce__Main::hide_attendee_optout_choice( $order_items )

Hide the Attendee Output Choice in the Order Page


Parameters

$order_items

(Required)


Top ↑

Return

(array)


Top ↑

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;
	}