wp_zuminet_ad_shortcode

Static

Stores zuminet ad shortcode data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑tagVARCHAR(255)YES
contentTEXTYES
descriptionTEXTYES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS zuminet_ad_shortcode( tag VARCHAR(255) PRIMARY KEY, content TEXT, description TEXT ) {$char}"; // Execute SQL. require_once ABSPATH . 'wp-admin/includes/upgrade.php'; return dbDelta( $sql );

Safe to delete?

If you have uninstalled Zumi Ad Shortcodes, 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_zuminet_ad_shortcode`;

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

Other tables from Zumi Ad Shortcodes