Tribe__Tickets__Tickets::do_metabox_capacity_options( int $post_id, int $ticket_id )

Renders the advanced fields in the new/edit ticket form.

Using the method, providers can add as many fields as they want, specific to their implementation.


Parameters

$post_id

(int) (Required) ID of parent "event" post

$ticket_id

(int) (Required) ID of ticket post


Top ↑

Return

(mixed)


Top ↑

Source

File: src/Tribe/Tickets.php

		public function do_metabox_capacity_options( $post_id, $ticket_id ) {}