The plugin_footer() function is a hook that allows plugins to add content to the footer. For best results, plugin_footer() should be placed before the closing </body> tag in your theme's footer.
Use
<?php plugin_footer(); ?>
Arguments
No arguments

