Yoast\WP\SEO\AI_Generator\User_Interface
Get_Usage_Route::get_conditionals
Returns the conditionals based in which this loadable should be active.
Метод класса: Get_Usage_Route{}
Хуков нет.
Возвращает
Массив<Строку>. The conditionals.
Использование
$result = Get_Usage_Route::get_conditionals();
Код Get_Usage_Route::get_conditionals() Get Usage Route::get conditionals Yoast 28.3
public static function get_conditionals() {
return [ AI_Conditional::class, Old_Premium_AI_Conditional::class ];
}