apply_filters( 'the_content_feed', string $content, string $feed_type )

Filters the post content for use in feeds.


Description Description


Parameters Parameters

$content

(string) The current post content.

$feed_type

(string) Type of feed. Possible values include 'rss2', 'atom'. Default 'rss2'.


Top ↑

Source Source

File: wp-includes/feed.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.