Yoast\WP\SEO\Services\Health_Check
Page_Comments_Check::is_excluded
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() Page Comments Check::is excluded Yoast 28.4
public function is_excluded() {
return false;
}