Yoast\WP\SEO\Editors\Framework\Seo
Description_Data_Provider_Interface::get_description_template()
Retrieves the description template.
Метод класса: Description_Data_Provider_Interface{}
Хуков нет.
Возвращает
Строку
. The description template.
Использование
$Description_Data_Provider_Interface = new Description_Data_Provider_Interface(); $Description_Data_Provider_Interface->get_description_template(): string;
Код Description_Data_Provider_Interface::get_description_template() Description Data Provider Interface::get description template Yoast 25.1
public function get_description_template(): string;