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