Module::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)

$ticket_id

(int) (Required)


Top ↑

Source

File: src/Tickets/Commerce/Module.php

	public function do_metabox_capacity_options( $post_id, $ticket_id ) {
		tribe( Editor\Metabox::class )->do_metabox_capacity_options( $post_id, $ticket_id );
	}

Top ↑

Changelog

Changelog
Version Description
5.1.9 Introduced.