add_action('wp_head', 'your_function_name'); function your_function_name(){ ?> <script>PASTE HEADER CODE HERE</script> <?php };