Tribe__Debug_Bar__Panels__Context::title( null $title = null )

Returns the Panel name.


Parameters

$title

(null) (Optional) The panel input title.

Default value: null


Top ↑

Return

(string) The panel title


Top ↑

Source

File: src/Tribe/Debug_Bar/Panels/Context.php

	public function title( $title = null ) {
		return __( 'Modern Tribe Context', 'tribe-common' );
	}

Top ↑

Changelog

Changelog
Version Description
4.9.5 Introduced.