WPSEO_Upgrade::upgrade_124()privateYoast 1.0

Performs the 12.4 upgrade.

Removes the Google plus defaults from the database.

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

Хуков нет.

Возвращает

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

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

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

Код WPSEO_Upgrade::upgrade_124() Yoast 22.1

private function upgrade_124() {
	$this->cleanup_option_data( 'wpseo_social' );
}