Yoast\WP\SEO\Services\Health_Check

Links_Table_Runner::__constructpublicYoast 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

$Links_Table_Runner = new Links_Table_Runner();
$Links_Table_Runner->__construct( $migration_status, $options_helper );
$migration_status(Migration_Status) (обязательный)
Object used to determine whether the links table is accessible.
$options_helper(Options_Helper) (обязательный)
Object used to determine whether the health check should run.

Код Links_Table_Runner::__construct() Yoast 26.5

public function __construct( Migration_Status $migration_status, Options_Helper $options_helper ) {
	$this->migration_status = $migration_status;
	$this->options_helper   = $options_helper;
}