Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

wordpress header script add

/* INSIDE YOUR functions.php theme file -> Add to header some code */
add_action('wp_head', 'your_function_name');
function your_function_name(){
?>
<script>PASTE HEADER CODE HERE</script>
<?php
}
Source by kinsta.com #
 
PREVIOUS NEXT
Tagged: #wordpress #header #script #add
ADD COMMENT
Topic
Name
3+5 =