Yoast\WP\SEO\Services\Health_Check

Page_Comments_Check::is_excludedpublicYoast 1.0

Returns whether the health check should be excluded from the results.

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

Хуков нет.

Возвращает

bool. false, because it's not excluded.

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

$Page_Comments_Check = new Page_Comments_Check();
$Page_Comments_Check->is_excluded();

Код Page_Comments_Check::is_excluded() Yoast 28.4

public function is_excluded() {
	return false;
}