| @@ -35,11 +35,9 @@ | ||
| 35 | 35 | * @since 1.0.0 |
| 36 | 36 | */ |
| 37 | 37 | do_action( 'elementor/page_templates/canvas/before_content' ); |
| 38 | 38 | |
| 39 | - $module = apply_filters( 'elementor/render_mode/module', 'page-templates' ); | |
| 40 | - | |
| 41 | - \Elementor\Plugin::$instance->modules_manager->get_modules( $module )->print_content(); | |
| 39 | + \Elementor\Plugin::$instance->modules_manager->get_modules( 'page-templates' )->print_content(); | |
| 42 | 40 | |
| 43 | 41 | /** |
| 44 | 42 | * After canvas page template content. |
| 45 | 43 | * |