Yoast\WP\SEO\Context

Meta_Tags_Context::generate_description()publicYoast 1.0

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() Yoast 22.4

public function generate_description() {
	return $this->replace_vars->replace( $this->presentation->meta_description, $this->presentation->source );
}