Yoast\WP\SEO\Editors\Framework\Seo\Posts
Social_Data_Provider::get_image_url()
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() 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 ); }