Yoast\WP\SEO\Schema_Aggregator\Domain

Schema_Piece::get_datapublicYoast 1.0

Gets the data of the schema piece.

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

Хуков нет.

Возвращает

Массив<Строку,. string|int|bool> The data of the schema piece.

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

$Schema_Piece = new Schema_Piece();
$Schema_Piece->get_data(): array;

Код Schema_Piece::get_data() Yoast 27.7

public function get_data(): array {
	return $this->data;
}