Metabox::get_title()

Fetches the Metabox title.

Note: we specifically do NOT use the template-tag functions in the admin views!


Return

(string)


Top ↑

Source

File: src/Tribe/Metabox.php

	public function get_title() {
		return esc_html_x( 'Virtual Event', 'Meta box title for the Virtual Event controls', 'events-virtual' );
	}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.