“Memberpress -Tabellendatenbank” Code-Antworten

Memberpress -Tabellendatenbank

TRUNCATE TABLE wp_mepr_subscriptions;
TRUNCATE TABLE wp_mepr_transactions;
TRUNCATE TABLE wp_mepr_events;
TRUNCATE TABLE wp_mepr_members;
TRUNCATE TABLE wp_mepr_jobs;
TRUNCATE TABLE wp_mepr_rule_access_conditions;
TRUNCATE TABLE wp_mepr_tax_rates;
TRUNCATE TABLE wp_mepr_tax_rate_locations;
Gentle Goshawk

Memberpress -Tabellendatenbank

DELETE FROM wp_postmeta WHERE post_id IN (SELECT ID FROM wp_posts WHERE post_type IN ('memberpresscoupon','memberpressgroup','memberpressproduct','mp-reminder', 'memberpressrule'));

DELETE FROM wp_posts WHERE post_type IN ('memberpresscoupon','memberpressgroup','memberpressproduct','mp-reminder', 'memberpressrule');

DELETE FROM wp_options WHERE option_name LIKE '%mepr%';
Gentle Goshawk

Ähnliche Antworten wie “Memberpress -Tabellendatenbank”

Fragen ähnlich wie “Memberpress -Tabellendatenbank”

Weitere verwandte Antworten zu “Memberpress -Tabellendatenbank” auf Sql

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen