Yoast\WP\SEO\MyYoast_Client\User_Interface

MyYoast_Cleanup_Integration::get_conditionalspublic staticYoast 1.0

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() Yoast 27.7

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