WPSEO_Upgrade::move_indexables_indexation_reason_for_151()
Moves the indexables_indexation_reason option to the renamed indexing_reason option.
Метод класса: WPSEO_Upgrade{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->move_indexables_indexation_reason_for_151();
Код WPSEO_Upgrade::move_indexables_indexation_reason_for_151() WPSEO Upgrade::move indexables indexation reason for 151 Yoast 24.9
protected function move_indexables_indexation_reason_for_151() { $reason = WPSEO_Options::get( 'indexables_indexation_reason', '' ); WPSEO_Options::set( 'indexing_reason', $reason ); }