Yoast\WP\SEO\Initializers
Silence_Load_Textdomain_Just_In_Time_Notices::get_conditionals
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() Silence Load Textdomain Just In Time Notices::get conditionals Yoast 28.3
public static function get_conditionals() {
return [ WP_Tests_Conditional::class ];
}