Yoast\WP\SEO\Conditionals
Should_Index_Links_Conditional::__construct() public Yoast 1.0
Should_Index_Links_Conditional constructor.
{} Это метод класса: Should_Index_Links_Conditional{}
Хуков нет.
Возвращает
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() Should Index Links Conditional:: construct Yoast 15.6.2
public function __construct( Options_Helper $options_helper ) {
$this->options_helper = $options_helper;
}