Yoast\WP\SEO\Editors\Framework\Seo\Posts

Description_Data_Provider::get_description_template()publicYoast 1.0

Retrieves the description template.

Метод класса: Description_Data_Provider{}

Хуков нет.

Возвращает

Строку. The description template.

Использование

$Description_Data_Provider = new Description_Data_Provider();
$Description_Data_Provider->get_description_template(): string;

Код Description_Data_Provider::get_description_template() Yoast 25.1

public function get_description_template(): string {
	return $this->get_template( 'metadesc' );
}