WPSEO_Product_Upsell_Notice::set_upgrade_notice()publicYoast 1.0

Sets the upgrade notice.

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

Хуков нет.

Возвращает

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

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

$WPSEO_Product_Upsell_Notice = new WPSEO_Product_Upsell_Notice();
$WPSEO_Product_Upsell_Notice->set_upgrade_notice();

Код WPSEO_Product_Upsell_Notice::set_upgrade_notice() Yoast 22.4

public function set_upgrade_notice() {

	if ( $this->has_first_activated_on() ) {
		return;
	}

	$this->set_first_activated_on();
	$this->add_notification();
}