Yoast\WP\SEO\MyYoast_Client\Application\Ports

Site_URL_Provider_Interface::getpublicYoast 1.0

Returns the site URL.

Метод класса: Site_URL_Provider_Interface{}

Хуков нет.

Возвращает

Строку. The site URL.

Использование

$Site_URL_Provider_Interface = new Site_URL_Provider_Interface();
$Site_URL_Provider_Interface->get(): string;

Код Site_URL_Provider_Interface::get() Yoast 27.7

public function get(): string;