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