atom_head WordPress Action Hook
The atom_head hook allows you to add extra code to the head section of your WordPress site. This is useful for adding custom CSS or JavaScript, or for adding extra meta tags.
do_action( 'atom_head' ) #
Fires just before the first Atom feed entry.