Yoast\WP\SEO\Schema_Aggregator\Domain

Current_Site_URL_Provider_Interface{}interfaceYoast 1.0

Interface for providing current site URL.

Хуков нет.

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

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

Методы

  1. public get_current_site_url()

Код 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;
}