Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

add code in header

/* Describe what the code snippet does so you can remember later on */
add_action('wp_header', 'your_function_name');
function your_function_name(){
?>
PASTE HEADER CODE HERE
<?php
};
 
PREVIOUS NEXT
Tagged: #add #code #header
ADD COMMENT
Topic
Name
2+7 =