Yoast\WP\SEO\Introductions\Application

Ai_Generate_Titles_And_Descriptions_Introduction_Upsell::__construct()publicYoast 1.0

Устарела с версии 23.2. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.

Constructs the introduction.

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

Хуков нет.

Возвращает

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

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

$Ai_Generate_Titles_And_Descriptions_Introduction_Upsell = new Ai_Generate_Titles_And_Descriptions_Introduction_Upsell();
$Ai_Generate_Titles_And_Descriptions_Introduction_Upsell->__construct(;

Список изменений

Устарела с 23.2

Код Ai_Generate_Titles_And_Descriptions_Introduction_Upsell::__construct() Yoast 24.3

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