Timestamp: 2026-05-21T14:32:06+02:00 Mode: plan Scope: InPost Pay / wp_body_open / WooCommerce product pages codebase-memory-mcp: - list_projects did not include this repository. - index_repository(mode=fast) for C:\visual-studio-code\krolewskie-miody.pl timed out after 120s. - Status: degraded. Fallback targeted scan: - `rg -n "wp_body_open|>` followed by ``. - `wp-content/themes/betheme/header-shop.php` has `>` without `wp_body_open()`. - `wp-content/themes/betheme/woocommerce.php` calls `get_header( 'shop' );`. - `wp-content/themes/betheme/single-template.php` calls `get_header( 'shop' );` for `single-product` and `shop-archive` templates. - `wp-content/plugins/inpost-pay/src/hooks/front/FrontWidgetV2.php` registers `add_root_script_after_body_open` on `wp_body_open`. Conclusion: - The homepage fix covered `header.php`, but WooCommerce product/shop pages can render through `header-shop.php`. - Add `wp_body_open()` directly after the `` tag in `header-shop.php`.