WPSEO_Upgrade::upgrade_142()
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() WPSEO Upgrade::upgrade 142 Yoast 24.9
private function upgrade_142() { add_action( 'init', [ $this, 'remove_acf_notification_for_142' ] ); }