Yoast\WP\SEO\Services\Health_Check
Ryte_Runner::run()
Runs the health check. Checks if Ryte is accessible and whether the site is indexable.
{} Это метод класса: Ryte_Runner{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$Ryte_Runner = new Ryte_Runner(); $Ryte_Runner->run();
Код Ryte_Runner::run() Ryte Runner::run Yoast 19.2
public function run() { if ( ! $this->should_run() ) { return; } $this->fetch_from_ryte(); if ( ! $this->got_valid_response ) { return; } $this->set_ryte_option(); }