WPSEO_Upgrade::upgrade_142()privateYoast 1.0

Performs the 14.2 upgrade.

Removes the yoast-acf-analysis notice when it's still in the database.

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

Хуков нет.

Возвращает

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

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

// private - только в коде основоного (родительского) класса
$result = $this->upgrade_142();

Код WPSEO_Upgrade::upgrade_142() Yoast 22.4

private function upgrade_142() {
	add_action( 'init', [ $this, 'remove_acf_notification_for_142' ] );
}