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