// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
public_html
/
wp-contentmmm
/
plugins
/
hello-plus
/
modules
/
template-parts
/
templates
[ PARENT ]
EDIT :: footer.php
<?php use HelloPlus\Modules\TemplateParts\Documents\Ehp_Footer; use HelloPlus\Includes\Utils as Theme_Utils; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } $footer_doc_post = Ehp_Footer::get_document_post(); $footer = Theme_Utils::elementor()->documents->get( $footer_doc_post ); $footer->print_content(); wp_footer(); ?> </body> </html>
SAVE
CANCEL