Yoast\WP\SEO\Schema_Aggregator\User_Interface

Site_Schema_Aggregator_Xml_Route::get_conditionalspublic staticYoast 1.0

Returns the conditional for this route.

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

Хуков нет.

Возвращает

Массив<Строку>. The conditionals that must be met to load this.

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

$result = Site_Schema_Aggregator_Xml_Route::get_conditionals();

Код Site_Schema_Aggregator_Xml_Route::get_conditionals() Yoast 27.7

public static function get_conditionals() {
	return [ Schema_Aggregator_Conditional::class ];
}