Yoast\WP\SEO\Values

Images::get_images()publicYoast 1.0

Return the images array.

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

Хуков нет.

Возвращает

Массив. The images.

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

$Images = new Images();
$Images->get_images();

Код Images::get_images() Yoast 22.4

public function get_images() {
	return $this->images;
}