Yoast\WP\SEO\Editors\Framework\Seo
Description_Data_Provider_Interface{}
Хуков нет.
Использование
$Description_Data_Provider_Interface = new Description_Data_Provider_Interface(); // use class methods
Методы
- public get_description_date()
- public get_description_template()
Код Description_Data_Provider_Interface{} Description Data Provider Interface{} Yoast 27.4
interface Description_Data_Provider_Interface {
/**
* Retrieves the description template.
*
* @return string The description template.
*/
public function get_description_template(): string;
/**
* Determines the date to be displayed in the snippet preview.
*
* @return string
*/
public function get_description_date(): string;
}