Yoast\WP\SEO\Integrations\Front_End
Theme_Titles::get_conditionals() public Yoast 1.0
Returns the conditionals based in which this loadable should be active.
{} Это метод класса: Theme_Titles{}
Хуков нет.
Возвращает
Массив.
Использование
$result = Theme_Titles::get_conditionals();
Код Theme_Titles::get_conditionals() Theme Titles::get conditionals Yoast 15.6.2
public static function get_conditionals() {
return [ Front_End_Conditional::class ];
}