Files
2026-04-28 15:13:50 +02:00

10 lines
122 B
PHP

<?php
do_action( 'in_wp_footer' );
do_action( 'wp_footer' );
do_action( 'wp_print_footer_scripts' );
?>
</body>
</html>