Tribe__Editor__Blocks__Abstract::get_namespace()

Return the namespace to child or external sources


Return

(string)


Top ↑

Source

File: src/Tribe/Editor/Blocks/Abstract.php

	public function get_namespace() {
		return $this->namespace;
	}

Top ↑

Changelog

Changelog
Version Description
4.8 Introduced.