Yoast\WP\SEO\Services\Health_Check
Health_Check::get_result
Gets the result from the health check implementation.
Метод класса: Health_Check{}
Хуков нет.
Возвращает
string[]. The array containing a WordPress site status report.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_result();
Код Health_Check::get_result() Health Check::get result Yoast 28.4
abstract protected function get_result();