Yoast\WP\SEO\Presentations
Indexable_Post_Type_Presentation::generate_open_graph_images
Generates the open graph images.
Метод класса: Indexable_Post_Type_Presentation{}
Хуков нет.
Возвращает
array. The open graph images.
Использование
$Indexable_Post_Type_Presentation = new Indexable_Post_Type_Presentation(); $Indexable_Post_Type_Presentation->generate_open_graph_images();
Код Indexable_Post_Type_Presentation::generate_open_graph_images() Indexable Post Type Presentation::generate open graph images Yoast 28.4
public function generate_open_graph_images() {
if ( \post_password_required() ) {
return [];
}
return parent::generate_open_graph_images();
}