Yoast\WP\SEO\Introductions\Application

AI_Brand_Insights_Pre_Launch::__constructpublicYoast 1.0

Constructs the introduction.

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

Хуков нет.

Возвращает

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

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

$AI_Brand_Insights_Pre_Launch = new AI_Brand_Insights_Pre_Launch();
$AI_Brand_Insights_Pre_Launch->__construct( $current_page_helper );
$current_page_helper(Current_Page_Helper) (обязательный)
The current page helper.

Код AI_Brand_Insights_Pre_Launch::__construct() Yoast 28.3

public function __construct( Current_Page_Helper $current_page_helper ) {
	$this->current_page_helper = $current_page_helper;
}