Yoast\WP\SEO\Dashboard\User_Interface\Setup
Setup_Flow_Interceptor::get_conditionals
The conditions for this integration to load.
Метод класса: Setup_Flow_Interceptor{}
Хуков нет.
Возвращает
Строку[]. The conditionals.
Использование
$result = Setup_Flow_Interceptor::get_conditionals();
Код Setup_Flow_Interceptor::get_conditionals() Setup Flow Interceptor::get conditionals Yoast 27.6
public static function get_conditionals() {
return [ Admin_Conditional::class ];
}