wp_footer() – Function | Developer.WordPress.org

PHOTO EMBED

Mon Sep 30 2024 06:49:06 GMT+0000 (Coordinated Universal Time)

Saved by @systemsroncal #php

function wpdocs_js_code_example() {
	?>
	<script type="text/javascript">
		/* add your js code here */
	</script>
	<?php
}
add_action( 'wp_footer', 'wpdocs_js_code_example' );
content_copyCOPY

https://developer.wordpress.org/reference/functions/wp_footer/