Yoast\WP\SEO\Presentations
Indexable_Post_Type_Archive_Presentation::generate_source()
Generates the source.
Метод класса: Indexable_Post_Type_Archive_Presentation{}
Хуков нет.
Возвращает
Массив
. The source.
Использование
$Indexable_Post_Type_Archive_Presentation = new Indexable_Post_Type_Archive_Presentation(); $Indexable_Post_Type_Archive_Presentation->generate_source();
Код Indexable_Post_Type_Archive_Presentation::generate_source() Indexable Post Type Archive Presentation::generate source Yoast 24.4
public function generate_source() { return [ 'post_type' => $this->model->object_sub_type ]; }