mirror of
https://gh.wpcy.net/https://github.com/elementor/hello-theme.git
synced 2026-05-28 06:38:28 +08:00
14 lines
254 B
PHP
14 lines
254 B
PHP
<?php
|
|
/**
|
|
* The template for displaying footer.
|
|
*
|
|
* @package HelloElementor
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Exit if accessed directly.
|
|
}
|
|
?>
|
|
<footer id="site-footer" class="site-footer" role="contentinfo">
|
|
<?php // footer. ?>
|
|
</footer>
|