加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
footer.php 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
friend-nicen 提交于 2022-10-11 00:26 . 更新2.0
<?php
/*
* 全局底部模板
* @author 友人a丶
* @date 2022-07-08
* */
get_template_part( './template/index/footer' );
nicen_theme_config('document_footer_tongji');
/*
* 是否显示结构化数据
* */
if(nicen_theme_showStructure()){
get_template_part( './template/index/structure' );
}
wp_footer();//wordpress底部代码
?>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化