wp_hiddenmysite

Static

Stores hiddenmysite data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑new_idint(10)NO
url_imagevarchar(150)YES
backgroundvarchar(10)YES

CREATE TABLE Statement

CREATE TABLE hiddenmysite ( new_id int(10) NOT NULL PRIMARY KEY, url_image varchar(150), background varchar(10));

Safe to delete?

If you have uninstalled Hide my site, 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_hiddenmysite`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.