Element_Type::get_settings_fields()

Returns the element type settings fields.

Description

See also

Return

(array) Element type settings fields.

Source

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

	public function get_settings_fields() {
		return $this->settings_fields;
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.