PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.0.2
ShopBuilder – WooCommerce Builder For Elementor v2.0.2
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | page-templates/builder-template.php +1 -2 2.1.12.0.2 View file →
@@ -37,10 +37,9 @@
37 37 <div id="rtsb-builder-content" class="rtsb-builder-content content-invisible <?php echo esc_attr( implode( ' ', $parent_class ) ); ?>">
38 38 <?php
39 39 do_action( 'rtsb/builder/template/before/content' );
40 40 if ( is_singular( BuilderFns::$post_type_tb ) && 'elementor' === Fns::page_edit_with( get_the_ID() ) ) {
41 - // \Elementor\Plugin::$instance->modules_manager->get_modules( 'page-templates' )->print_content();
42 - the_content();
41 + \Elementor\Plugin::$instance->modules_manager->get_modules( 'page-templates' )->print_content();
43 42 } else {
44 43 do_action( 'rtsb/builder/template/main/content' );
45 44 }
46 45 do_action( 'rtsb/builder/template/after/content' );