Yoast\WP\SEO\Conditionals
Should_Index_Links_Conditional::__construct()
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() Should Index Links Conditional:: construct Yoast 24.1
public function __construct( Options_Helper $options_helper ) { $this->options_helper = $options_helper; }