Element_Type::get_description()

Returns the element type description.

Description

See also

Return

(string) Element type description.

Source

File: src/db-objects/elements/element-types/element-type.php

	public function get_description() {
		return $this->description;
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.