Yoast\WP\SEO\Conditionals

Old_Premium_AI_Conditional::__constructpublicYoast 1.0

Constructs Old_Premium_AI_Conditional.

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

Хуков нет.

Возвращает

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

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

$Old_Premium_AI_Conditional = new Old_Premium_AI_Conditional();
$Old_Premium_AI_Conditional->__construct( $product_helper );
$product_helper(Product_Helper) (обязательный)
The Product_Helper.

Код Old_Premium_AI_Conditional::__construct() Yoast 27.7

public function __construct( Product_Helper $product_helper ) {
	$this->product_helper = $product_helper;
}