Yoast\WP\SEO\Schema_Aggregator\User_Interface
Site_Schema_Aggregator_Xml_Route::get_conditionals
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() Site Schema Aggregator Xml Route::get conditionals Yoast 27.7
public static function get_conditionals() {
return [ Schema_Aggregator_Conditional::class ];
}