Yoast\WP\SEO\Schema_Aggregator\Infrastructure\Elements_Context_Map

Map_Loader_Interface{}interfaceYoast 1.0

Interface for map loader strategies.

Хуков нет.

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

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

Методы

  1. public load()

Код Map_Loader_Interface{} Yoast 28.3

interface Map_Loader_Interface {

	/**
	 * Loads the elements-context map.
	 *
	 * @return array<array<string, string>> The elements context map.
	 */
	public function load(): array;
}