[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
Data Shendy
/
Back up Shendy
/
DATA
/
Envato Assets
/
Maret 2021
/
main
/
topseo
/
[
Home
]
File: footer-landing.php
<?php $l_copyright = (function_exists('fw_get_db_customizer_option')) ? fw_get_db_customizer_option('c_copyright') : ''; ?> <footer class="f-page-landing flw"> <div class="container"> <?php if(!empty($l_copyright)): ?> <div class="f-copyright"> <span><?php echo wp_kses_post( $l_copyright ); ?></span> </div> <?php endif; ?> </div> </footer> <?php wp_footer(); ?> </body> </html>