Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

wordpress functions add to header

/* INSIDE functions.php */
/* Describe what the code snippet does so you can remember later on */
add_action('wp_head', 'your_function_name');
function your_function_name(){
?>
PASTE HEADER CODE HERE
<?php
};
Source by kinsta.com #
 
PREVIOUS NEXT
Tagged: #wordpress #functions #add #header
ADD COMMENT
Topic
Name
4+2 =