Yoast\WP\SEO\Services\Health_Check

Links_Table_Runner::run()publicYoast 1.0

Runs the health check. Checks if the tagline is set to WordPress' default tagline, or to its set translation.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$Links_Table_Runner = new Links_Table_Runner();
$Links_Table_Runner->run();

Код Links_Table_Runner::run() Yoast 22.3

public function run() {
	if ( ! $this->should_run() ) {
		return;
	}

	$this->links_table_accessible = $this->migration_status->is_version( 'free', \WPSEO_VERSION );
}