modal-editor.php
1 week ago
theme-support-footer.php
4 years ago
theme-support-header.php
1 year ago
theme-support-footer.php
13 lines
| 1 | <?php do_action( 'elementskit/template/before_footer' ); ?> |
| 2 | <div class="ekit-template-content-markup ekit-template-content-footer ekit-template-content-theme-support"> |
| 3 | <?php |
| 4 | $template = \ElementsKit_Lite\Modules\Header_Footer\Activator::template_ids(); |
| 5 | echo \ElementsKit_Lite\Utils::render_elementor_content( $template[1] ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Displaying with Elementor content rendering |
| 6 | ?> |
| 7 | </div> |
| 8 | <?php do_action( 'elementskit/template/after_footer' ); ?> |
| 9 | <?php wp_footer(); ?> |
| 10 | |
| 11 | </body> |
| 12 | </html> |
| 13 |