function functionsphp_in_footer( $content ){ echo <<<EOT <!-- code before closing body --> EOT; } add_action( 'wp_footer', 'functionsphp_in_footer' ); Other articles: Adding code to tag <head> Adding code before and after text of article Styles or scripts connection