Yoast\WP\SEO\Presentations
Indexable_Date_Archive_Presentation::generate_title()
Generates the title.
Метод класса: Indexable_Date_Archive_Presentation{}
Хуков нет.
Возвращает
Строку
. The title.
Использование
$Indexable_Date_Archive_Presentation = new Indexable_Date_Archive_Presentation(); $Indexable_Date_Archive_Presentation->generate_title();
Код Indexable_Date_Archive_Presentation::generate_title() Indexable Date Archive Presentation::generate title Yoast 24.7
public function generate_title() { if ( $this->model->title ) { return $this->model->title; } return $this->options->get_title_default( 'title-archive-wpseo' ); }