Persönliche & kompetente Beratung rund um Modellbahnen, Zubehör & Anlagen
Telefon: 035762167250
E-Mail: info@modellbahnshop-lausitz.de
/** * Emergency Fix: Prevent invalid WooCommerce custom order types from breaking admin order count. */ defined( 'ABSPATH' ) || exit; add_filter( 'wc_order_types', function( $order_types, $for ) { if ( 'order-count' !== $for ) { return $order_types; } if ( ! is_array( $order_types ) ) { return $order_types; } /* * Only count the normal WooCommerce shop_order type in the admin menu badge. * This prevents invalid custom order types like "shop_order_with..." from being loaded as data stores. */ return array_values( array_intersect( $order_types, array( 'shop_order' ) ) ); }, PHP_INT_MAX, 2 );
Neuheiten 2026 ab sofort im Shop
Vorrätig