Yoast\WP\SEO\Helpers

First_Time_Configuration_Notice_Helper::__constructpublicYoast 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( $options_helper, $indexing_helper );
$options_helper(Options_Helper) (обязательный)
The options helper.
$indexing_helper(Indexing_Helper) (обязательный)
The indexing helper.

Код First_Time_Configuration_Notice_Helper::__construct() Yoast 26.9

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;
}