Skip to content

Commit

Permalink
footer自定义代码不显示
Browse files Browse the repository at this point in the history
foot_code字段应该为code_2_footer
  • Loading branch information
jeeinn authored Dec 16, 2019
1 parent f14a9e7 commit 9b66dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
<?php wp_footer(); ?>
<!-- 自定义代码 -->
<script>
<?php echo io_get_option('foot_code');?>
<?php echo io_get_option('code_2_footer');?>
</script>
<!-- end 自定义代码 -->
</body>
</html>
</html>

0 comments on commit 9b66dc4

Please sign in to comment.