Returns the element type title.
Description
See also
Return
(string) Element type title.
Source
File: src/db-objects/elements/element-types/element-type.php
public function get_title() { return $this->title; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |