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