Yoast\WP\SEO\Services\Health_Check
Links_Table_Runner::run
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() Links Table Runner::run Yoast 26.5
public function run() {
$this->links_table_accessible = $this->migration_status->is_version( 'free', \WPSEO_VERSION );
}