Please give me the steps to install goole tag manager. I installed the child theme x and opened the functions.php. But I cant see this part in the function.php
add_action(‘wp_head’, ‘add_header_code’);
function add_header_code(){
?>
<!-- Add the Google Tag Manager here -->
<?php
};