Tribe__Debug_Bar__Panels__Json_Ld::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/Json_Ld.php

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

Top ↑

Changelog

Changelog
Version Description
4.11.2 Introduced.