WPSEO_Import_WPSEO::cleanup
Removes wpseo.de post meta's.
Метод класса: WPSEO_Import_WPSEO{}
Хуков нет.
Возвращает
true|false. Cleanup status.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->cleanup();
Код WPSEO_Import_WPSEO::cleanup() WPSEO Import WPSEO::cleanup Yoast 28.1
protected function cleanup() {
$this->cleanup_term_meta();
$result = $this->cleanup_post_meta();
return $result;
}