rss2_head WordPress Action Hook

The rss2_head hook is used to dynamically generate the RSS2 feed header. This hook is called when the RSS2 feed is being generated, and allows for customizations to be made to the feed header.

do_action( 'rss2_head' ) #

Fires at the end of the RSS2 Feed Header.


Source

File: wp-includes/feed-rss2.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.0.0Introduced.

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.