Yoast\WP\SEO\Services\Health_Check
Links_Table_Check::is_excluded
Returns whether the health check should be excluded from the results.
Метод класса: Links_Table_Check{}
Хуков нет.
Возвращает
true|false. false, because it's not excluded.
Использование
$Links_Table_Check = new Links_Table_Check(); $Links_Table_Check->is_excluded();
Код Links_Table_Check::is_excluded() Links Table Check::is excluded Yoast 27.7
public function is_excluded() {
return ! $this->should_index_links_conditional->is_met();
}