Yoast\WP\SEO\Presentations

Indexable_Presentation::generate_open_graph_site_name()publicYoast 1.0

Generates the open graph site name.

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

Хуков нет.

Возвращает

Строку. The open graph site name.

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

$Indexable_Presentation = new Indexable_Presentation();
$Indexable_Presentation->generate_open_graph_site_name();

Код Indexable_Presentation::generate_open_graph_site_name() Yoast 22.4

public function generate_open_graph_site_name() {
	return $this->context->wordpress_site_name;
}