WPSEO_Upgrade::upgrade_165()
Performs the 16.5 upgrade.
Метод класса: WPSEO_Upgrade{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// private - только в коде основоного (родительского) класса $result = $this->upgrade_165();
Код WPSEO_Upgrade::upgrade_165() WPSEO Upgrade::upgrade 165 Yoast 24.9
private function upgrade_165() { add_action( 'init', [ $this, 'copy_og_settings_from_social_to_titles' ], 99 ); // Run after the WPSEO_Options::enrich_defaults method which has priority 99. add_action( 'init', [ $this, 'reset_og_settings_to_default_values' ], 100 ); }