PHP 8 and elementor single product template
-
Hello I`m using elementor pro and just switched to PHP 8. When I try to edit my single product template editor is not starting up. The problem is in wp-content/plugins/woocommerce/templates/single-product/tabs/tabs.php:47
<?php if ( isset( $product_tab[‘callback’] ) ) { call_user_func( $product_tab[‘callback’], $key, $product_tab ); } ?> </div> <?php endforeach; ?>
if I comented this line call_user_func( $product_tab[‘callback’], $key, $product_tab );
Elementor editor is start and I can edit the template. Do you have any sugestions ? thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘PHP 8 and elementor single product template’ is closed to new replies.