Yoast\WP\SEO\Schema_Aggregator\Domain
Current_Site_URL_Provider_Interface::get_current_site_url
Gets the current site's home URL with trailing slash.
Метод класса: Current_Site_URL_Provider_Interface{}
Хуков нет.
Возвращает
Строку. The current site's home URL.
Использование
$Current_Site_URL_Provider_Interface = new Current_Site_URL_Provider_Interface(); $Current_Site_URL_Provider_Interface->get_current_site_url(): string;
Код Current_Site_URL_Provider_Interface::get_current_site_url() Current Site URL Provider Interface::get current site url Yoast 27.7
public function get_current_site_url(): string;