Single_Event::setup()

This method will be executed when the Class is Initialized.

Contents


Source

File: src/Tribe/Views/V2/Customizer/Section/Single_Event.php

	public function setup() {
		parent::setup();
	}

Top ↑

Changelog

Changelog
Version Description
5.9.0 Introduced.