15 lines
851 B
Plaintext
15 lines
851 B
Plaintext
Mode: plan
|
|
Scope: inpost-pay IPPWidgetOptions missing / wp_body_open in Betheme header
|
|
Timestamp: 2026-05-19T15:32:42+02:00
|
|
|
|
Findings:
|
|
- wp-content/themes/betheme/header.php contains `<body <?php body_class(); ?>>` and does not call `wp_body_open()`.
|
|
- wp-content/plugins/inpost-pay/src/hooks/front/FrontWidgetV2.php registers `add_root_script_after_body_open` on `wp_body_open`.
|
|
- FrontWidgetV2::add_root_script_after_body_open outputs `const IPPWidgetOptions = {...}`.
|
|
- wp-content/plugins/inpost-pay/src/InpostPay.php enqueues `assets/js/woocommerceizi.js`, which matches the console error source.
|
|
|
|
Tool status:
|
|
- Targeted rg/file reads used.
|
|
- codebase-memory-mcp broad searches are avoided for this plan because previous full-map broad queries timed out on the vendor-heavy repository.
|
|
- jscpd and ast-grep disabled by policy in .paul/config.md.
|