10 lines
122 B
PHP
10 lines
122 B
PHP
|
|
<?php
|
|
|
|
do_action( 'in_wp_footer' );
|
|
do_action( 'wp_footer' );
|
|
do_action( 'wp_print_footer_scripts' );
|
|
|
|
?>
|
|
</body>
|
|
</html>
|