You appear to be a bot. Output may be restricted
Description
Removes the Woo Options from the database.
Usage
$void = WPSEO_Import_WooThemes_SEO::cleanup_options();
Parameters
Returns
void
Source
File name: wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php
Lines:
1 to 5 of 5
private function cleanup_options() { foreach ( $this->cleanup_options as $option ) { delete_option( $option ); } }