Yoast\WP\SEO\Introductions\Application
AI_Brand_Insights_Free_Trial::__construct
Constructs the introduction.
Метод класса: AI_Brand_Insights_Free_Trial{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$AI_Brand_Insights_Free_Trial = new AI_Brand_Insights_Free_Trial(); $AI_Brand_Insights_Free_Trial->__construct( $current_page_helper, $product_helper );
- $current_page_helper(Current_Page_Helper) (обязательный)
- The current page helper.
- $product_helper(Product_Helper) (обязательный)
- The product helper.
Код AI_Brand_Insights_Free_Trial::__construct() AI Brand Insights Free Trial:: construct Yoast 27.8
public function __construct(
Current_Page_Helper $current_page_helper,
Product_Helper $product_helper
) {
$this->current_page_helper = $current_page_helper;
$this->product_helper = $product_helper;
}