9 Star 4 Fork 3

坚慧 / wordpress_niit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
footer.php 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
坚慧 提交于 2014-09-17 15:41 . init commit
<?php
/**
* The template for displaying the footer.
*
*
* @package Customizr
* @since Customizr 3.0
*/
do_action( '__before_footer' );
?>
<!-- FOOTER -->
<footer id="footer" class="<?php echo tc__f('tc_footer_classes', '') ?>">
<?php do_action( '__footer' ); // hook of footer widget and colophon?>
</footer>
<?php
wp_footer(); //do not remove, used by the theme and many plugins
do_action( '__after_footer' );
?>
</body>
<?php do_action( '__after_body' ); ?>
</html>
PHP
1
https://gitee.com/jianhui/wordpress_niit.git
git@gitee.com:jianhui/wordpress_niit.git
jianhui
wordpress_niit
wordpress_niit
master

搜索帮助