Tribe__Events__Community__Tickets__Payment_Options_Form::render()

Renders the payment options UI.

Contents


Source

File: src/Tribe/Payment_Options_Form.php

	public function render() {
		wp_enqueue_style( Tribe__Events__Main::POSTTYPE . '-community-styles' );
		wp_enqueue_style( 'events-community-tickets' );

		tribe_get_template_part( 'community-tickets/modules/payment-options', null, array(
			'data' => self::get_meta( get_current_user_id() ),
		) );
	}//end render

Top ↑

Changelog

Changelog
Version Description
4.7.4 Introduced.