Yoast\WP\SEO\MyYoast_Client\Application\Ports

Site_URL_Provider_Interface{}interfaceYoast 1.0

Port for retrieving the site URL.

Хуков нет.

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

$Site_URL_Provider_Interface = new Site_URL_Provider_Interface();
// use class methods

Методы

  1. public get()

Код Site_URL_Provider_Interface{} Yoast 27.7

interface Site_URL_Provider_Interface {

	/**
	 * Returns the site URL.
	 *
	 * @return string The site URL.
	 */
	public function get(): string;
}