Metabox::get_title()
Fetches the Metabox title.
Note: we specifically do NOT use the template-tag functions in the admin views!
Return
(string)
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' );
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |