Yoast\WP\SEO\Schema\Infrastructure
Disable_Schema_Integration::get_conditionals
Returns the conditionals based on which this loadable should be active.
Метод класса: Disable_Schema_Integration{}
Хуков нет.
Возвращает
Строку[].
Использование
$result = Disable_Schema_Integration::get_conditionals();
Код Disable_Schema_Integration::get_conditionals() Disable Schema Integration::get conditionals Yoast 27.7
public static function get_conditionals() {
return [ Schema_Disabled_Conditional::class ];
}