Yoast\WP\SEO\Presentations
Indexable_Post_Type_Presentation::generate_open_graph_type()
Generates the Open Graph type.
Метод класса: Indexable_Post_Type_Presentation{}
Хуков нет.
Возвращает
Строку
. The Open Graph type.
Использование
$Indexable_Post_Type_Presentation = new Indexable_Post_Type_Presentation(); $Indexable_Post_Type_Presentation->generate_open_graph_type();
Код Indexable_Post_Type_Presentation::generate_open_graph_type() Indexable Post Type Presentation::generate open graph type Yoast 24.6
public function generate_open_graph_type() { return 'article'; }