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