footer.php
13 lines
| 1 | <div class="spel-footer-builder"> |
| 2 | <?php |
| 3 | $active_footer_template_id = get_option('active_spel_footer_template_id'); |
| 4 | if ($active_footer_template_id) { |
| 5 | echo \Elementor\Plugin::instance()->frontend->get_builder_content_for_display($active_footer_template_id); |
| 6 | } |
| 7 | ?> |
| 8 | </div> |
| 9 | |
| 10 | <?php wp_footer(); ?> |
| 11 | |
| 12 | </body> |
| 13 | </html> |