Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

code snippet for header footer in wordpress

add_action( 'wp_footer', function () { ?>

	<!-- footer code goes here -->

<?php } );
Source by wordpress.org #
 
PREVIOUS NEXT
Tagged: #code #snippet #header #footer #wordpress
ADD COMMENT
Topic
Name
1+3 =