wp_unipixel_log_count

Static

A logging table that records activity, events, or audit history.

Column Definitions

ColumnTypeNullable
🔑idINTYES
countINTYES

CREATE TABLE Statement

CREATE TABLE wp_unipixel_log_count ( id INT AUTO_INCREMENT, count INT DEFAULT 0, PRIMARY KEY (id) );

Safe to delete?

If you have uninstalled UniPixel: Meta, Pinterest, TikTok, Google & Microsoft Server-Side Tracking for WooCommerce, 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_unipixel_log_count`;

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

Other tables from UniPixel: Meta, Pinterest, TikTok, Google & Microsoft Server-Side Tracking for WooCommerce