Yoast\WP\SEO\Presentations
Indexable_Author_Archive_Presentation::generate_meta_description() public Yoast 1.0
{} Это метод класса: Indexable_Author_Archive_Presentation{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Indexable_Author_Archive_Presentation = new Indexable_Author_Archive_Presentation(); $Indexable_Author_Archive_Presentation->;
Код Indexable_Author_Archive_Presentation::generate_meta_description() Indexable Author Archive Presentation::generate meta description Yoast 15.7
return $this->options->get_title_default( $option_titles_key );
}
/**
* Generates the meta description.
*
* @return string The meta description.
*/
public function generate_meta_description() {
if ( $this->model->description ) {
return $this->model->description;
}