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