Yoast\WP\SEO\Conditionals

New_Premium_Or_Free_AI_Conditional::__constructpublicYoast 1.0

Constructs New_Premium_Or_Free_AI_Conditional.

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

Хуков нет.

Возвращает

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

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

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

Код New_Premium_Or_Free_AI_Conditional::__construct() Yoast 27.7

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