wp_campaign_visited_from_ip

Static

Stores campaign visited from ip data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
campaign_idbigint(20) UNSIGNEDYES
ip_addressvarchar(150)YES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_campaign_visited_from_ip` ( `id` int(11) NOT NULL AUTO_INCREMENT, `campaign_id` bigint(20) UNSIGNED DEFAULT NULL, `ip_address` varchar(150) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE

Safe to delete?

If you have uninstalled Poptics – Popup Builder, Email Opt-ins, Exit-Intent & WooCommerce Popups Sales, 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_campaign_visited_from_ip`;

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

Other tables from Poptics – Popup Builder, Email Opt-ins, Exit-Intent & WooCommerce Popups Sales