Yoast\WP\SEO\Conditionals

Should_Index_Links_Conditional::__construct()publicYoast 1.0

Should_Index_Links_Conditional constructor.

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

Хуков нет.

Возвращает

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

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

$Should_Index_Links_Conditional = new Should_Index_Links_Conditional();
$Should_Index_Links_Conditional->__construct( $options_helper );
$options_helper(Options_Helper) (обязательный)
The options helper.

Код Should_Index_Links_Conditional::__construct() Yoast 22.4

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