Hi! I'm now editing "default" theme of WP, and just wondering why in "footer.php" is line...
<?php wp_footer(); ?>
What does it do?
Thanks.
Hi! I'm now editing "default" theme of WP, and just wondering why in "footer.php" is line...
<?php wp_footer(); ?>
What does it do?
Thanks.
why there are docs:
http://codex.wordpress.org/Plugin_API/Action_Reference/wp_footer
You must log in to post.