Yoast\WP\SEO\Editors\Framework\Seo\Posts

Social_Data_Provider::get_image_url()publicYoast 1.0

Gets the image url.

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

Хуков нет.

Возвращает

Строку|null.

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

$Social_Data_Provider = new Social_Data_Provider();
$Social_Data_Provider->get_image_url(): ?string;

Код Social_Data_Provider::get_image_url() Yoast 25.1

public function get_image_url(): ?string {
	return $this->image_helper->get_post_content_image( $this->post->ID );
}