Yoast\WP\SEO\Schema_Aggregator\Domain

Current_Site_URL_Provider_Interface::get_current_site_urlpublicYoast 1.0

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() Yoast 27.7

public function get_current_site_url(): string;