Yoast\WP\SEO\Routes

Indexables_Head_Route::get_conditionals()public staticYoast 1.0

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

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

Хуков нет.

Возвращает

Массив<Строку>.

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

$result = Indexables_Head_Route::get_conditionals();

Код Indexables_Head_Route::get_conditionals() Yoast 22.4

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