fix: add wp_body_open to WooCommerce header

This commit is contained in:
2026-05-21 14:46:36 +02:00
parent e90c251d0b
commit 07e0174035
10 changed files with 411 additions and 30 deletions

View File

@@ -34,6 +34,7 @@ if( !empty( get_post_meta(get_the_ID(), 'mfn-post-js', true) ) ) echo get_post_m
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php if( mfn_is_blocks() ): ?>