Yoast\WP\SEO\Schema_Aggregator\Domain

Schema_Piece::get_typepublicYoast 1.0

Gets the type of the schema piece.

Метод класса: Schema_Piece{}

Хуков нет.

Возвращает

Строку|Массив<Строку>. The type(s) of the schema piece.

Использование

$Schema_Piece = new Schema_Piece();
$Schema_Piece->get_type();

Код Schema_Piece::get_type() Yoast 27.7

public function get_type() {
	return $this->type;
}