Yoast\WP\SEO\Conditionals
New_Premium_Or_Free_AI_Conditional::__construct
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() New Premium Or Free AI Conditional:: construct Yoast 27.7
public function __construct( Product_Helper $product_helper ) {
$this->product_helper = $product_helper;
}