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.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.