wp_lsp_images
StaticStores lsp images data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| img_url | varchar(3000) | NO |
| img_tags | varchar(3000) | NO |
CREATE TABLE Statement
CREATE TABLE wp_lsp_images ( img_url varchar(3000) NOT NULL, img_tags varchar(3000) DEFAULT '' NOT NULL ) $charset_collate;"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
Safe to delete?
If you have uninstalled Best Local SEO Tools, WordPress SEO Plugin, this table is generally safe to remove. However, always back up your database first.
Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.
How to remove this table
DROP TABLE IF EXISTS `wp_lsp_images`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Best Local SEO Tools, WordPress SEO Plugin