Tribe__Editor__Blocks__Abstract::get_namespace()
Return the namespace to child or external sources
Return
(string)
Source
File: src/Tribe/Editor/Blocks/Abstract.php
public function get_namespace() {
return $this->namespace;
}
Changelog
| Version | Description |
|---|---|
| 4.8 | Introduced. |