Wordpress - WordPress Hooks System
What will be the output when the following code runs in a WordPress theme?
add_action('wp_head', function() { echo '<!-- Header comment -->'; });