Hello
I want to add a javascript to Header
I read the forums and I added the code to my child theme’s functions.php file
The script works great but broke cornerstone and its not loading. I remove script and cornerstone works again.
This is the code I added to functions.php file:
/Add script on the of the site/
add_action( ‘wp_head’, ‘add_head_script’ );
function add_head_script() { ?>

