Yoast\WP\SEO\MyYoast_Client\User_Interface
MyYoast_Cleanup_Integration::get_conditionals
Returns the conditionals based on which this integration should be loaded.
Метод класса: MyYoast_Cleanup_Integration{}
Хуков нет.
Возвращает
Массив<Строку>. The array of conditionals.
Использование
$result = MyYoast_Cleanup_Integration::get_conditionals();
Код MyYoast_Cleanup_Integration::get_conditionals() MyYoast Cleanup Integration::get conditionals Yoast 27.7
public static function get_conditionals() {
return [ MyYoast_Connection_Conditional::class ];
}