You appear to be a bot. Output may be restricted
Description
Cleans up the WooThemes SEO settings.
Usage
$bool = WPSEO_Import_WooThemes_SEO::cleanup();
Parameters
Returns
bool Cleanup status.
Source
File name: wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php
Lines:
1 to 7 of 7
protected function cleanup() { $result = $this->cleanup_meta(); if ( $result ) { $this->cleanup_options(); } return $result; }