WPSEO_Import_WPSEO::cleanup()protectedYoast 1.0

Removes wpseo.de post meta's.

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

Хуков нет.

Возвращает

true|false. Cleanup status.

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

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

Код WPSEO_Import_WPSEO::cleanup() Yoast 22.4

protected function cleanup() {
	$this->cleanup_term_meta();
	$result = $this->cleanup_post_meta();
	return $result;
}