Forums
Home / Plugin: SEOPress - On-site SEO / uninstall plugin
(@econscentric)
6 years ago
Hi,
May I know how to uninstall the plugin from the database?
Thanks
(@rainbowgeek)
Hi, in SEO > Tools > Reset SEOPress settings you can delete all settings set in SEO pages.
But it will not delete any SEOPress post metas…
Hi Benjamin
Is this equivalent to removing the table via the PHPMyAdmin?
Cheers Kym
We do not remove tables, only entries in wp_options table.
Our request:
$wpdb->query("DELETE FROM $wpdb->options WHERE option_name LIKE 'seopress_%' ");