Yoast\WP\SEO\Context
Meta_Tags_Context::generate_description()
Generates the description.
Метод класса: Meta_Tags_Context{}
Хуков нет.
Возвращает
Строку
. the description
Использование
$Meta_Tags_Context = new Meta_Tags_Context(); $Meta_Tags_Context->generate_description();
Код Meta_Tags_Context::generate_description() Meta Tags Context::generate description Yoast 24.0
public function generate_description() { return $this->replace_vars->replace( $this->presentation->meta_description, $this->presentation->source ); }