/**
* Universal WooCommerce Performance & Analytics Switcher + DB Reset
* Geeignet für: Child-Themes, Code Snippets oder MU-Plugins
*/
// 1. Schalter unter Einstellungen > Allgemein anlegen
add_action('admin_init', function() {
register_setting('general', 'disable_wc_analytics');
add_settings_field(
'disable_wc_analytics',
'WooCommerce Analytics / Statistiken',
function() {
$value = get_option('disable_wc_analytics', '1'); // Standard: 1 = Deaktiviert
echo '';
echo '
Falls Analytics nach dem Deaktivieren des Hakens nicht erscheint: Analytics-Datenbank-Reset ausführen
';
},
'general'
);
});
// 2. Datenbank-Reset per Link-Klick (Für Problemfälle auf Alt-Installationen)
add_action('admin_init', function() {
if (isset($_GET['reset_wc_analytics']) && current_user_can('manage_options')) {
delete_option('woocommerce_admin_disabled');
update_option('woocommerce_analytics_enabled', 'yes');
delete_transient('wc_admin_features');
delete_option('woocommerce_admin_features');
if (function_exists('wp_cache_flush')) {
wp_cache_flush();
}
wp_safe_redirect(admin_url('options-general.php?settings-updated=true'));
exit;
}
});
// 3. Transients & Cache leeren beim Speichern
add_action('update_option_disable_wc_analytics', function() {
delete_transient('wc_admin_features');
delete_option('woocommerce_admin_features');
if (function_exists('wp_cache_flush')) {
wp_cache_flush();
}
});
// 4. Dynamische Drosselung
add_filter('woocommerce_admin_features', function($features) {
$disabled = get_option('disable_wc_analytics', '1');
// Wenn Haken gesetzt (1) -> Analytics filtern
if ($disabled === '1' && is_array($features)) {
return array_diff($features, ['activity-panels', 'analytics', 'coupons']);
}
// Wenn Haken raus -> Analytics erzwingen
if (!is_array($features)) {
$features = [];
}
if (!in_array('analytics', $features, true)) {
$features[] = 'analytics';
}
return $features;
}, 999);
// 5. HPOS & Bestellansicht auf 10 Elemente drosseln (Schont die Datenbank)
add_filter('get_user_option_edit_woocommerce_page_wc-orders_per_page', function() {
return 10;
}, 999);
add_filter('get_user_option_edit_shop_order_per_page', function() {
return 10;
}, 999);
https://maisoap.de/
2026-03-03T08:05:54+00:00
https://maisoap.de/vertrag-widerrufen/
2026-06-19T06:37:45+00:00
https://maisoap.de/kontakt/
2026-02-24T07:38:34+00:00
https://maisoap.de/maisoap-verkaufsstellen/
2026-02-12T07:09:52+00:00
https://maisoap.de/wp-content/uploads/2025/04/fachfrau-maisoap.jpg
https://maisoap.de/wp-content/uploads/2025/04/dr-pogo-bei-maisoap.jpg
https://maisoap.de/wp-content/uploads/2025/04/ebertundweber_bei-maisoap.jpg
https://maisoap.de/wp-content/uploads/2025/04/paul-lincke-apotheke-bei-maisoap.webp
https://maisoap.de/wp-content/uploads/2025/11/bohei.avif
https://maisoap.de/wp-content/uploads/2025/04/hackerundpresting-bei-maisoap.png
https://maisoap.de/wp-content/uploads/2025/04/akazienbuchhandlung-bei-maisoap.jpg
https://maisoap.de/wp-content/uploads/2025/04/alltagswunder-bei-maisoap.jpg
https://maisoap.de/wp-content/uploads/2025/04/eat-berlin-bei-maisoap.jpg
https://maisoap.de/wp-content/uploads/2025/04/einhundert-bei-maisoap.png
https://maisoap.de/wp-content/uploads/2025/04/rafinesse-und-tristesse-bei-maisoap.gif
https://maisoap.de/wp-content/uploads/2025/04/mueggelig-bei-maisoap.avif
https://maisoap.de/wp-content/uploads/2025/04/budni-bei-maisoap.svg
https://maisoap.de/wp-content/uploads/2025/04/edeka-bei-maisoap.webp
https://maisoap.de/wp-content/uploads/2025/04/fair-verpackt-bei-maisoap-scaled.png
https://maisoap.de/wp-content/uploads/2025/04/glueckskind-bei-maisoap.jpg
https://maisoap.de/wp-content/uploads/2025/04/meraki-bei-maisoap.jpg
https://maisoap.de/wp-content/uploads/2025/04/misuki-bei-maisaop.jpg
https://maisoap.de/wp-content/uploads/2026/02/wunder-artig.webp
https://maisoap.de/wp-content/uploads/2025/04/creative-hais-salon-bei-maisoap.jpg
https://maisoap.de/wp-content/uploads/2025/04/indigo-design-bei-maisoap.jpg
https://maisoap.de/wp-content/uploads/2025/04/loewenzahn-bei-maisoap.png
https://maisoap.de/wp-content/uploads/2025/04/bradouro-bei-maisoap.jpg
https://maisoap.de/shop-neu/
2026-02-11T13:28:20+00:00
https://maisoap.de/shop/
2026-02-11T13:13:27+00:00
https://maisoap.de/ueber-uns/
2025-10-16T08:52:04+00:00
https://maisoap.de/wp-content/uploads/2025/04/seifenmacherin%C2%A9-mica-niessen.jpg
https://maisoap.de/wp-content/uploads/2025/04/seifenmacherin-seifenherstellung-%C2%A9-mica-niessen_13.jpg
https://maisoap.de/wp-content/uploads/2025/04/seifenmacherin-%C2%A9-mica-niessen_19.jpg
https://maisoap.de/wp-content/uploads/2025/04/seifenmacherin-kaltverfahren-%C2%A9-mica-niessen_23.jpg
https://maisoap.de/wp-content/uploads/2025/04/seifenmacherin-%C2%A9-mica-niessen_16.jpg
https://maisoap.de/wp-content/uploads/2025/04/maisoap-seife-schonendes-kaltverfahren.jpg
https://maisoap.de/wp-content/uploads/2012/11/seifenherstellung.jpg
https://maisoap.de/seife-kaufen-berlin-bubble-handgemacht-vegan/
2025-06-03T06:14:54+00:00
https://maisoap.de/wp-content/uploads/2024/02/maisoap-logo-gutschein.jpg
https://maisoap.de/wp-content/uploads/2017/10/maisoap-berlin-bubble.jpg
https://maisoap.de/wp-content/uploads/2022/02/seife-berlin-summer.jpg
https://maisoap.de/wp-content/uploads/2017/10/maisoap-baerlin-1.jpg
https://maisoap.de/wp-content/uploads/2017/10/maisoap-tilia.jpg
https://maisoap.de/wp-content/uploads/2017/10/maisoap-ringelblume-seife-vegan.jpg