Element_Type::get_slug()

Returns the element type slug.

Description

See also

Return

(string) Element type slug.

Source

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

	public function get_slug() {
		return $this->slug;
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.