Yoast\WP\SEO\Services\Health_Check

Default_Tagline_Check::is_excludedpublicYoast 1.0

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

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

Хуков нет.

Возвращает

true|false. false, because it's not excluded.

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

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

Код Default_Tagline_Check::is_excluded() Yoast 27.7

public function is_excluded() {
	return false;
}