Yoast\WP\SEO\Schema_Aggregator\Infrastructure\Elements_Context_Map
Map_Loader_Interface{}
Interface for map loader strategies.
Хуков нет.
Использование
$Map_Loader_Interface = new Map_Loader_Interface(); // use class methods
Методы
- public load()
Код Map_Loader_Interface{} 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;
}