PATH:
home
/
letacommog
/
mcr
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
theme-builder
/
documents
<?php namespace ElementorPro\Modules\ThemeBuilder\Documents; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Footer extends Header_Footer_Base { public static function get_properties() { $properties = parent::get_properties(); $properties['location'] = 'footer'; return $properties; } public function get_name() { return 'footer'; } public static function get_title() { return __( 'Footer', 'elementor-pro' ); } }
[+]
..
[-] theme-section-document.php
[edit]
[-] single.php
[edit]
[-] theme-document.php
[edit]
[-] header.php
[edit]
[-] theme-page-document.php
[edit]
[-] header-footer-base.php
[edit]
[-] section.php
[edit]
[-] archive.php
[edit]
[-] footer.php
[edit]