'; } function xshop_woo_wrapper_end(): void { echo '
'; } add_filter('woocommerce_enqueue_styles', '__return_empty_array'); // Notices: ensure they render inside theme container when not using WC wrappers. add_action('wp', 'xshop_woo_notice_compat'); function xshop_woo_notice_compat(): void { if (!class_exists('WooCommerce')) { return; } // No-op for M1; placeholder for future notice positioning hooks. }