Add code to header

Posted on: July 11th, 2022
By: Tadeo Martinez

/* 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
};

Have any questions or comments? Write them below!


Leave a Reply

Your email address will not be published. Required fields are marked *