Skip to content

Instantly share code, notes, and snippets.

@jayseventwo
Created September 25, 2014 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayseventwo/eaf42e7913cbedc10fe7 to your computer and use it in GitHub Desktop.
Save jayseventwo/eaf42e7913cbedc10fe7 to your computer and use it in GitHub Desktop.
Add custom code to head tag through function
add_action('wp_head', 'wpse_43672_wp_head');
function wpse_43672_wp_head(){
//Close PHP tags
?>
ADD YOUR PLAIN HTML CODE HERE
<?php //Open PHP tags
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment