Feeds
WordPress Feed API Overview
The WordPress Feed API provides functionality for both generating outgoing feeds (RSS, Atom, RDF) and consuming external feeds via SimplePie...
Updated March 4, 2026
WordPress Feed Functions
Feed Consumption fetch_feed() Builds a SimplePie object from an RSS or Atom feed URL. function fetch_feed( string|array $url ): SimplePieSimplePie|WP_Error...
Updated March 4, 2026
WordPress Feed Hooks
Filters Content Filters the_title_rss Filters the post title for use in feeds. apply_filters( 'the_title_rss', string $title ): string Parameters: $title...
Updated March 4, 2026