Yoast\WP\SEO\Initializers

Silence_Load_Textdomain_Just_In_Time_Notices::get_conditionalspublic staticYoast 1.0

Returns the conditionals based in which this loadable should be active.

Метод класса: Silence_Load_Textdomain_Just_In_Time_Notices{}

Хуков нет.

Возвращает

Массив<Строку>. The array of conditionals.

Использование

$result = Silence_Load_Textdomain_Just_In_Time_Notices::get_conditionals();

Код Silence_Load_Textdomain_Just_In_Time_Notices::get_conditionals() Yoast 28.3

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