Yoast\WP\SEO\Routes
Indexables_Head_Route::get_conditionals()
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() Indexables Head Route::get conditionals Yoast 23.8
public static function get_conditionals() { return [ Headless_Rest_Endpoints_Enabled_Conditional::class ]; }