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