Yoast\WP\SEO\Presentations

Indexable_Author_Archive_Presentation::generate_open_graph_type()publicYoast 1.0

Generates the Open Graph type.

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

Хуков нет.

Возвращает

Строку. The Open Graph type.

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

$Indexable_Author_Archive_Presentation = new Indexable_Author_Archive_Presentation();
$Indexable_Author_Archive_Presentation->generate_open_graph_type();

Код Indexable_Author_Archive_Presentation::generate_open_graph_type() Yoast 22.4

public function generate_open_graph_type() {
	return 'profile';
}