Yoast\WP\SEO\Helpers

First_Time_Configuration_Notice_Helper::__construct()publicYoast 1.0

First_Time_Configuration_Notice_Integration constructor.

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

Хуков нет.

Возвращает

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

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

$First_Time_Configuration_Notice_Helper = new First_Time_Configuration_Notice_Helper();
$First_Time_Configuration_Notice_Helper->__construct(;

Код First_Time_Configuration_Notice_Helper::__construct() Yoast 24.4

public function __construct(
	Options_Helper $options_helper,
	Indexing_Helper $indexing_helper
) {
	$this->options_helper         = $options_helper;
	$this->indexing_helper        = $indexing_helper;
	$this->show_alternate_message = false;
}