WPSEO_Import_WooThemes_SEO::cleanup
Cleans up the WooThemes SEO settings.
Метод класса: WPSEO_Import_WooThemes_SEO{}
Хуков нет.
Возвращает
true|false. Cleanup status.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->cleanup();
Код WPSEO_Import_WooThemes_SEO::cleanup() WPSEO Import WooThemes SEO::cleanup Yoast 27.4
protected function cleanup() {
$result = $this->cleanup_meta();
if ( $result ) {
$this->cleanup_options();
}
return $result;
}