Yoast\WP\SEO\Schema_Aggregator\Domain
Current_Site_URL_Provider_Interface{}
Interface for providing current site URL.
Хуков нет.
Использование
$Current_Site_URL_Provider_Interface = new Current_Site_URL_Provider_Interface(); // use class methods
Методы
- public get_current_site_url()
Код Current_Site_URL_Provider_Interface{} Current Site URL Provider Interface{} Yoast 27.7
interface Current_Site_URL_Provider_Interface {
/**
* Gets the current site's home URL with trailing slash.
*
* @return string The current site's home URL.
*/
public function get_current_site_url(): string;
}